#C54299
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C54299
At its core, #C54299 is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(197, 66, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 66% magenta, 22% yellow, and 23% black. 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 #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C54299
RGB197, 66, 153
HSL320.2°, 53.0%, 51.6%
CMYK0%, 66%, 22%, 23%
HSV320.2°, 66.5%, 77.3%
LAB49.6, 60.5, -19.9
XYZ30.7, 18.1, 32.0
Decimal12927641
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C54299;
}
.text-color {
color: #C54299;
}
.border-color {
border: 2px solid #C54299;
}