Shades of Medium Violet Red #CA0097
Tints of Medium Violet Red #CA0097
RGB
CMYK
RGB Variations
Color information
#CA0097 (or 0xCA0097) is known color: Medium Violet Red. HEX triplet: CA, 00 and 97. RGB value is (202,0,151). Sum of RGB (Red+Green+Blue) = 202+0+151=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0097 is #35FF68. Grayscale: #4D4D4D. Windows color (decimal): -3538793 or 9896138. OLE color: 9896138.
HSL color Cylindrical-coordinate representation of color #CA0097: hue angle of 315.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0097 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.25 | 0.21 |
| HSL | 315.15º | 1% | 0.4% | - |
| HSV(B) | 315.15º | 1% | 0.79% | - |
| XYZ | 29.94 | 14.79 | 30.55 | - |
| YUV | 77.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 151 | 0 | 1 | 0.25 | 0.21 | 315.15 | 1 | 0.4 |
| Hex | CA | 0 | 97 | 0 | 64 | 19 | 15 | 13B | 64 | 28 |
| Octal | 312 | 0 | 227 | 0 | 144 | 31 | 25 | 473 | 144 | 50 |
| Binary | 11001010 | 0 | 10010111 | 0 | 1100100 | 11001 | 10101 | 100111011 | 1100100 | 101000 |
Color Harmonies of #CA0097
Complementary color
Monochromatic Colors of #CA0097
Black with #CA0097
Text Example
Text Example
White with #CA0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0097; }
p { color: rgb(202,0,151); }
H1.HeaderClassName
{
color: #CA0097;
}
.AnyTagClassName
{
color: #CA0097;
}
</style>
background-color css
<style>
a { background-color: #CA0097; }
a { background-color: rgb(202,0,151); }
div.DivClassName
{
background-color: #CA0097;
}
.BgClassName
{
background-color: #CA0097;
}
</style>
border-color css
<style>
span { border-color: #CA0097; }
span { border-color: rgb(202,0,151); }
td.TdClassName
{
border-color: #CA0097;
}
.TagClassName
{
border-color: #CA0097;
}
</style>