Shades of Medium Violet Red #CA0896
Tints of Medium Violet Red #CA0896
RGB
CMYK
RGB Variations
Color information
#CA0896 (or 0xCA0896) is known color: Medium Violet Red. HEX triplet: CA, 08 and 96. RGB value is (202,8,150). Sum of RGB (Red+Green+Blue) = 202+8+150=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0896 is #35F769. Grayscale: #515151. Windows color (decimal): -3536746 or 9832650. OLE color: 9832650.
HSL color Cylindrical-coordinate representation of color #CA0896: hue angle of 316.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0896 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.21 |
| HSL | 316.08º | 0.92% | 0.41% | - |
| HSV(B) | 316.08º | 0.96% | 0.79% | - |
| XYZ | 29.95 | 14.93 | 30.16 | - |
| YUV | 82.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 150 | 0 | 0.96 | 0.26 | 0.21 | 316.08 | 0.92 | 0.41 |
| Hex | CA | 8 | 96 | 0 | 60 | 1A | 15 | 13C | 5C | 29 |
| Octal | 312 | 10 | 226 | 0 | 140 | 32 | 25 | 474 | 134 | 51 |
| Binary | 11001010 | 1000 | 10010110 | 0 | 1100000 | 11010 | 10101 | 100111100 | 1011100 | 101001 |
Color Harmonies of #CA0896
Complementary color
Monochromatic Colors of #CA0896
Black with #CA0896
Text Example
Text Example
White with #CA0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0896; }
p { color: rgb(202,8,150); }
H1.HeaderClassName
{
color: #CA0896;
}
.AnyTagClassName
{
color: #CA0896;
}
</style>
background-color css
<style>
a { background-color: #CA0896; }
a { background-color: rgb(202,8,150); }
div.DivClassName
{
background-color: #CA0896;
}
.BgClassName
{
background-color: #CA0896;
}
</style>
border-color css
<style>
span { border-color: #CA0896; }
span { border-color: rgb(202,8,150); }
td.TdClassName
{
border-color: #CA0896;
}
.TagClassName
{
border-color: #CA0896;
}
</style>