#C52C7C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C52C7C
The hex code #C52C7C represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(197, 44, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 78% M, 37% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C52C7C
RGB197, 44, 124
HSL328.6°, 63.5%, 47.3%
CMYK0%, 78%, 37%, 23%
HSV328.6°, 77.7%, 77.3%
LAB45.8, 64.5, -8.1
XYZ27.6, 15.1, 20.5
Decimal12921980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.22:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.99:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52C7C;
}
.text-color {
color: #C52C7C;
}
.border-color {
border: 2px solid #C52C7C;
}