#CE4999
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CE4999
Visually, #CE4999 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 206 red, 73 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CE4999
RGB206, 73, 153
HSL323.9°, 57.6%, 54.7%
CMYK0%, 65%, 26%, 19%
HSV323.9°, 64.6%, 80.8%
LAB52.0, 60.2, -16.0
XYZ33.6, 20.2, 32.3
Decimal13519257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CE4999;
}
.text-color {
color: #CE4999;
}
.border-color {
border: 2px solid #CE4999;
}