#E200CC
A medium, vivid magenta closely aligning with Fuchsia.
About #E200CC
The hex code #E200CC represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 226 red, 0 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 10% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E200CC
RGB226, 0, 204
HSL305.8°, 100.0%, 44.3%
CMYK0%, 100%, 10%, 11%
HSV305.8°, 100.0%, 88.6%
LAB52.4, 86.7, -44.9
XYZ42.3, 20.5, 58.9
Decimal14811340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200CC;
}
.text-color {
color: #E200CC;
}
.border-color {
border: 2px solid #E200CC;
}