#C52C8A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C52C8A
The precise color #C52C8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(197, 44, 138).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 78% M, 30% Y, and 23% K. With a hue angle of 323.1 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C52C8A
RGB197, 44, 138
HSL323.1°, 63.5%, 47.3%
CMYK0%, 78%, 30%, 23%
HSV323.1°, 77.7%, 77.3%
LAB46.3, 66.1, -15.9
XYZ28.5, 15.5, 25.5
Decimal12921994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52C8A;
}
.text-color {
color: #C52C8A;
}
.border-color {
border: 2px solid #C52C8A;
}