#E200D3
A medium, vivid magenta closely aligning with Fuchsia.
About #E200D3
Visually, #E200D3 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(226, 0, 211).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 7% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E200D3
RGB226, 0, 211
HSL304.0°, 100.0%, 44.3%
CMYK0%, 100%, 7%, 11%
HSV304.0°, 100.0%, 88.6%
LAB52.8, 87.6, -48.4
XYZ43.1, 20.9, 63.4
Decimal14811347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E200D3;
}
.text-color {
color: #E200D3;
}
.border-color {
border: 2px solid #E200D3;
}