Shades of Medium Violet Red #C52489
Tints of Medium Violet Red #C52489
RGB
CMYK
RGB Variations
Color information
#C52489 (or 0xC52489) is known color: Medium Violet Red. HEX triplet: C5, 24 and 89. RGB value is (197,36,137). Sum of RGB (Red+Green+Blue) = 197+36+137=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C52489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52489 is #3ADB76. Grayscale: #5F5F5F. Windows color (decimal): -3857271 or 8987845. OLE color: 8987845.
HSL color Cylindrical-coordinate representation of color #C52489: hue angle of 322.36º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52489 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.23 |
| HSL | 322.36º | 0.69% | 0.46% | - |
| HSV(B) | 322.36º | 0.82% | 0.77% | - |
| XYZ | 28.17 | 14.94 | 25.07 | - |
| YUV | 95.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 137 | 0 | 0.82 | 0.30 | 0.23 | 322.36 | 0.69 | 0.46 |
| Hex | C5 | 24 | 89 | 0 | 52 | 1E | 17 | 142 | 45 | 2E |
| Octal | 305 | 44 | 211 | 0 | 122 | 36 | 27 | 502 | 105 | 56 |
| Binary | 11000101 | 100100 | 10001001 | 0 | 1010010 | 11110 | 10111 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C52489
Complementary color
Monochromatic Colors of #C52489
Black with #C52489
Text Example
Text Example
White with #C52489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52489; }
p { color: rgb(197,36,137); }
H1.HeaderClassName
{
color: #C52489;
}
.AnyTagClassName
{
color: #C52489;
}
</style>
background-color css
<style>
a { background-color: #C52489; }
a { background-color: rgb(197,36,137); }
div.DivClassName
{
background-color: #C52489;
}
.BgClassName
{
background-color: #C52489;
}
</style>
border-color css
<style>
span { border-color: #C52489; }
span { border-color: rgb(197,36,137); }
td.TdClassName
{
border-color: #C52489;
}
.TagClassName
{
border-color: #C52489;
}
</style>