Shades of Medium Violet Red #CA0599
Tints of Medium Violet Red #CA0599
RGB
CMYK
RGB Variations
Color information
#CA0599 (or 0xCA0599) is known color: Medium Violet Red. HEX triplet: CA, 05 and 99. RGB value is (202,5,153). Sum of RGB (Red+Green+Blue) = 202+5+153=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0599 is #35FA66. Grayscale: #505050. Windows color (decimal): -3537511 or 10028490. OLE color: 10028490.
HSL color Cylindrical-coordinate representation of color #CA0599: hue angle of 314.92º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0599 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.21 |
| HSL | 314.92º | 0.95% | 0.41% | - |
| HSV(B) | 314.92º | 0.98% | 0.79% | - |
| XYZ | 30.16 | 14.97 | 31.44 | - |
| YUV | 80.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 153 | 0 | 0.98 | 0.24 | 0.21 | 314.92 | 0.95 | 0.41 |
| Hex | CA | 5 | 99 | 0 | 62 | 18 | 15 | 13B | 5F | 29 |
| Octal | 312 | 5 | 231 | 0 | 142 | 30 | 25 | 473 | 137 | 51 |
| Binary | 11001010 | 101 | 10011001 | 0 | 1100010 | 11000 | 10101 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CA0599
Complementary color
Monochromatic Colors of #CA0599
Black with #CA0599
Text Example
Text Example
White with #CA0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0599; }
p { color: rgb(202,5,153); }
H1.HeaderClassName
{
color: #CA0599;
}
.AnyTagClassName
{
color: #CA0599;
}
</style>
background-color css
<style>
a { background-color: #CA0599; }
a { background-color: rgb(202,5,153); }
div.DivClassName
{
background-color: #CA0599;
}
.BgClassName
{
background-color: #CA0599;
}
</style>
border-color css
<style>
span { border-color: #CA0599; }
span { border-color: rgb(202,5,153); }
td.TdClassName
{
border-color: #CA0599;
}
.TagClassName
{
border-color: #CA0599;
}
</style>