Shades of Medium Violet Red #CA1796
Tints of Medium Violet Red #CA1796
RGB
CMYK
RGB Variations
Color information
#CA1796 (or 0xCA1796) is known color: Medium Violet Red. HEX triplet: CA, 17 and 96. RGB value is (202,23,150). Sum of RGB (Red+Green+Blue) = 202+23+150=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1796 is #35E869. Grayscale: #5A5A5A. Windows color (decimal): -3532906 or 9836490. OLE color: 9836490.
HSL color Cylindrical-coordinate representation of color #CA1796: hue angle of 317.43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1796 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.21 |
| HSL | 317.43º | 0.8% | 0.44% | - |
| HSV(B) | 317.43º | 0.89% | 0.79% | - |
| XYZ | 30.17 | 15.37 | 30.23 | - |
| YUV | 91 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 150 | 0 | 0.89 | 0.26 | 0.21 | 317.43 | 0.8 | 0.44 |
| Hex | CA | 17 | 96 | 0 | 59 | 1A | 15 | 13D | 50 | 2C |
| Octal | 312 | 27 | 226 | 0 | 131 | 32 | 25 | 475 | 120 | 54 |
| Binary | 11001010 | 10111 | 10010110 | 0 | 1011001 | 11010 | 10101 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CA1796
Complementary color
Monochromatic Colors of #CA1796
Black with #CA1796
Text Example
Text Example
White with #CA1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1796; }
p { color: rgb(202,23,150); }
H1.HeaderClassName
{
color: #CA1796;
}
.AnyTagClassName
{
color: #CA1796;
}
</style>
background-color css
<style>
a { background-color: #CA1796; }
a { background-color: rgb(202,23,150); }
div.DivClassName
{
background-color: #CA1796;
}
.BgClassName
{
background-color: #CA1796;
}
</style>
border-color css
<style>
span { border-color: #CA1796; }
span { border-color: rgb(202,23,150); }
td.TdClassName
{
border-color: #CA1796;
}
.TagClassName
{
border-color: #CA1796;
}
</style>