#CC428A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC428A
The precise color #CC428A is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 204 red, 66 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 68% Magenta, 32% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC428A
RGB204, 66, 138
HSL328.7°, 57.5%, 52.9%
CMYK0%, 68%, 32%, 20%
HSV328.7°, 67.6%, 80.0%
LAB50.2, 60.5, -9.9
XYZ31.4, 18.6, 26.0
Decimal13386378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC428A;
}
.text-color {
color: #CC428A;
}
.border-color {
border: 2px solid #CC428A;
}