Magenta RGB fargekode = # FF00FF = 255 * 65536 + 0 * 256 + 255 = (255,0,255)
RØD = 255, GRØNN = 0, BLÅ = 255
| Farge | HTML / CSS fargenavn |
Hex-kode #RRGGBB |
Desimalkode (R, G, B) |
|---|---|---|---|
| magenta | # FF00FF | rgb (255,0,255) | |
| fuchsia | # FF00FF | rgb (255,0,255) | |
| darkmagenta | # 8B008B | rgb (139,0139) | |
| lilla | # 800080 | rgb (128,0128) |