#994975
A medium, moderate magenta closely aligning with Palevioletred.
About #994975
When working with digital screens, the color #994975 is rendered by mixing light. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(153, 73, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 52% magenta, 24% yellow, and 40% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#994975
RGB153, 73, 117
HSL327.0°, 35.4%, 44.3%
CMYK0%, 52%, 24%, 40%
HSV327.0°, 52.3%, 60.0%
LAB42.5, 38.8, -9.6
XYZ18.7, 12.8, 18.3
Decimal10045813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.89:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #994975;
}
.text-color {
color: #994975;
}
.border-color {
border: 2px solid #994975;
}