Shades of Medium Violet Red #CA0C97
Tints of Medium Violet Red #CA0C97
RGB
CMYK
RGB Variations
Color information
#CA0C97 (or 0xCA0C97) is known color: Medium Violet Red. HEX triplet: CA, 0C and 97. RGB value is (202,12,151). Sum of RGB (Red+Green+Blue) = 202+12+151=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C97 is #35F368. Grayscale: #545454. Windows color (decimal): -3535721 or 9899210. OLE color: 9899210.
HSL color Cylindrical-coordinate representation of color #CA0C97: hue angle of 316.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C97 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 151 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.21 |
| HSL | 316.11º | 0.89% | 0.42% | - |
| HSV(B) | 316.11º | 0.94% | 0.79% | - |
| XYZ | 30.07 | 15.05 | 30.6 | - |
| YUV | 84.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 151 | 0 | 0.94 | 0.25 | 0.21 | 316.11 | 0.89 | 0.42 |
| Hex | CA | C | 97 | 0 | 5E | 19 | 15 | 13C | 59 | 2A |
| Octal | 312 | 14 | 227 | 0 | 136 | 31 | 25 | 474 | 131 | 52 |
| Binary | 11001010 | 1100 | 10010111 | 0 | 1011110 | 11001 | 10101 | 100111100 | 1011001 | 101010 |
Color Harmonies of #CA0C97
Complementary color
Monochromatic Colors of #CA0C97
Black with #CA0C97
Text Example
Text Example
White with #CA0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C97; }
p { color: rgb(202,12,151); }
H1.HeaderClassName
{
color: #CA0C97;
}
.AnyTagClassName
{
color: #CA0C97;
}
</style>
background-color css
<style>
a { background-color: #CA0C97; }
a { background-color: rgb(202,12,151); }
div.DivClassName
{
background-color: #CA0C97;
}
.BgClassName
{
background-color: #CA0C97;
}
</style>
border-color css
<style>
span { border-color: #CA0C97; }
span { border-color: rgb(202,12,151); }
td.TdClassName
{
border-color: #CA0C97;
}
.TagClassName
{
border-color: #CA0C97;
}
</style>