#CC427C
A medium, moderate magenta closely aligning with Palevioletred.
About #CC427C
Visually, #CC427C is defined as a moderate magenta. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 204 red, 66 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 39% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC427C
RGB204, 66, 124
HSL334.8°, 57.5%, 52.9%
CMYK0%, 68%, 39%, 20%
HSV334.8°, 67.6%, 80.0%
LAB49.7, 59.0, -2.2
XYZ30.5, 18.2, 21.0
Decimal13386364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC427C;
}
.text-color {
color: #CC427C;
}
.border-color {
border: 2px solid #CC427C;
}