Codice colore Magenta RGB = # FF00FF = 255 * 65536 + 0 * 256 + 255 = (255,0,255)
ROSSO = 255, VERDE = 0, BLU = 255
Colore | Nome colore HTML / CSS |
Codice esadecimale #RRGGBB |
Codice decimale (R, G, B) |
---|---|---|---|
magenta | # FF00FF | rgb (255,0,255) | |
fucsia | # FF00FF | rgb (255,0,255) | |
darkmagenta | # 8B008B | rgb (139,0,139) | |
viola | # 800080 | rgb (128,0,128) |