Shades of Medium Violet Red #CA0096
Tints of Medium Violet Red #CA0096
RGB
CMYK
RGB Variations
Color information
#CA0096 (or 0xCA0096) is known color: Medium Violet Red. HEX triplet: CA, 00 and 96. RGB value is (202,0,150). Sum of RGB (Red+Green+Blue) = 202+0+150=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0096 is #35FF69. Grayscale: #4D4D4D. Windows color (decimal): -3538794 or 9830602. OLE color: 9830602.
HSL color Cylindrical-coordinate representation of color #CA0096: hue angle of 315.45º 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 #CA0096 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.26 | 0.21 |
| HSL | 315.45º | 1% | 0.4% | - |
| HSV(B) | 315.45º | 1% | 0.79% | - |
| XYZ | 29.86 | 14.76 | 30.13 | - |
| YUV | 77.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 150 | 0 | 1 | 0.26 | 0.21 | 315.45 | 1 | 0.4 |
| Hex | CA | 0 | 96 | 0 | 64 | 1A | 15 | 13B | 64 | 28 |
| Octal | 312 | 0 | 226 | 0 | 144 | 32 | 25 | 473 | 144 | 50 |
| Binary | 11001010 | 0 | 10010110 | 0 | 1100100 | 11010 | 10101 | 100111011 | 1100100 | 101000 |
Color Harmonies of #CA0096
Complementary color
Monochromatic Colors of #CA0096
Black with #CA0096
Text Example
Text Example
White with #CA0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0096; }
p { color: rgb(202,0,150); }
H1.HeaderClassName
{
color: #CA0096;
}
.AnyTagClassName
{
color: #CA0096;
}
</style>
background-color css
<style>
a { background-color: #CA0096; }
a { background-color: rgb(202,0,150); }
div.DivClassName
{
background-color: #CA0096;
}
.BgClassName
{
background-color: #CA0096;
}
</style>
border-color css
<style>
span { border-color: #CA0096; }
span { border-color: rgb(202,0,150); }
td.TdClassName
{
border-color: #CA0096;
}
.TagClassName
{
border-color: #CA0096;
}
</style>