#C52483
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C52483
At its core, #C52483 is a medium and moderate hue. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 36, and 131.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 82% Magenta, 34% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C52483
RGB197, 36, 131
HSL324.6°, 69.1%, 45.7%
CMYK0%, 82%, 34%, 23%
HSV324.6°, 81.7%, 77.3%
LAB45.3, 67.4, -13.1
XYZ27.8, 14.8, 22.9
Decimal12919939
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.08:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52483;
}
.text-color {
color: #C52483;
}
.border-color {
border: 2px solid #C52483;
}