#C53AA0
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C53AA0
At its core, #C53AA0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 58, and 160.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 71% magenta inks. The HSL representation is 316.0° hue, 54.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. 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#C53AA0
RGB197, 58, 160
HSL316.0°, 54.5%, 50.0%
CMYK0%, 71%, 19%, 23%
HSV316.0°, 70.6%, 77.3%
LAB48.8, 64.4, -25.3
XYZ30.9, 17.4, 35.0
Decimal12925600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53AA0;
}
.text-color {
color: #C53AA0;
}
.border-color {
border: 2px solid #C53AA0;
}