Shades of Medium Violet Red #CA0796
Tints of Medium Violet Red #CA0796
RGB
CMYK
RGB Variations
Color information
#CA0796 (or 0xCA0796) is known color: Medium Violet Red. HEX triplet: CA, 07 and 96. RGB value is (202,7,150). Sum of RGB (Red+Green+Blue) = 202+7+150=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0796 is #35F869. Grayscale: #515151. Windows color (decimal): -3537002 or 9832394. OLE color: 9832394.
HSL color Cylindrical-coordinate representation of color #CA0796: hue angle of 316º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0796 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.21 |
| HSL | 316º | 0.93% | 0.41% | - |
| HSV(B) | 316º | 0.97% | 0.79% | - |
| XYZ | 29.94 | 14.91 | 30.15 | - |
| YUV | 81.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 150 | 0 | 0.97 | 0.26 | 0.21 | 316 | 0.93 | 0.41 |
| Hex | CA | 7 | 96 | 0 | 61 | 1A | 15 | 13C | 5D | 29 |
| Octal | 312 | 7 | 226 | 0 | 141 | 32 | 25 | 474 | 135 | 51 |
| Binary | 11001010 | 111 | 10010110 | 0 | 1100001 | 11010 | 10101 | 100111100 | 1011101 | 101001 |
Color Harmonies of #CA0796
Complementary color
Monochromatic Colors of #CA0796
Black with #CA0796
Text Example
Text Example
White with #CA0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0796; }
p { color: rgb(202,7,150); }
H1.HeaderClassName
{
color: #CA0796;
}
.AnyTagClassName
{
color: #CA0796;
}
</style>
background-color css
<style>
a { background-color: #CA0796; }
a { background-color: rgb(202,7,150); }
div.DivClassName
{
background-color: #CA0796;
}
.BgClassName
{
background-color: #CA0796;
}
</style>
border-color css
<style>
span { border-color: #CA0796; }
span { border-color: rgb(202,7,150); }
td.TdClassName
{
border-color: #CA0796;
}
.TagClassName
{
border-color: #CA0796;
}
</style>