Explore the base color
Review HEX, RGB, HSL, and HSV for magenta, then browse shades, tints, tones, and hues.
Magenta color codes for #FF00FF — HEX, RGB, HSL, HSV, shades, named magentas, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for magenta, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named magenta shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleMagenta/fuchsia is a pure print-process primary—great for accents, not long-form text.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--magenta: #ff00ff;
--magenta-deep: #c71585;
--magenta-soft: #ee82ee;
}
.banner {
background-color: var(--magenta);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| magenta | #FF00FF | 255, 0, 255 | Base keyword |
| fuchsia | #FF00FF | 255, 0, 255 | Named shade |
| deeppink | #FF1493 | 255, 20, 147 | Dark shade |
| hotpink | #FF69B4 | 255, 105, 180 | Named shade |
| orchid | #DA70D6 | 218, 112, 214 | Named shade |
| violet | #EE82EE | 238, 130, 238 | Named shade |
| purple | #800080 | 128, 0, 128 | Named shade |
| mediumvioletred | #C71585 | 199, 21, 133 | Mid tone |
| blueviolet | #8A2BE2 | 138, 43, 226 | Named shade |
| darkmagenta | #8B008B | 139, 0, 139 | Dark shade |
| darkorchid | #9932CC | 153, 50, 204 | Dark shade |
| darkviolet | #9400D3 | 148, 0, 211 | Dark shade |
Key distinctions behind the tool.
The CSS named color magenta is #FF00FF, equal to rgb(255, 0, 255) and hsl(300°, 100%, 50%).
Magenta and fuchsia are aliases for the same CSS color (#FF00FF).
Black, white, and electric lime make magenta pop. Soft neutrals temper it for branding. Always check text contrast.
Magenta on white can pass AA but feels loud—prefer deep pinks for body UI.
Use color: magenta;, color: #FF00FF;, or color: rgb(255, 0, 255); on any property that accepts a <color> value, including background-color and border-color.