#C53A7C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C53A7C
Visually, #C53A7C is defined as a moderate magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 197 red, 58 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 71% magenta, 37% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C53A7C
RGB197, 58, 124
HSL331.5°, 54.5%, 50.0%
CMYK0%, 71%, 37%, 23%
HSV331.5°, 70.6%, 77.3%
LAB47.4, 60.0, -5.7
XYZ28.2, 16.4, 20.7
Decimal12925564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53A7C;
}
.text-color {
color: #C53A7C;
}
.border-color {
border: 2px solid #C53A7C;
}