#C53A75
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C53A75
The hex code #C53A75 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(197, 58, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 71% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C53A75
RGB197, 58, 117
HSL334.5°, 54.5%, 50.0%
CMYK0%, 71%, 41%, 23%
HSV334.5°, 70.6%, 77.3%
LAB47.2, 59.2, -1.8
XYZ27.7, 16.2, 18.5
Decimal12925557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53A75;
}
.text-color {
color: #C53A75;
}
.border-color {
border: 2px solid #C53A75;
}