Shades of Medium Violet Red #CA0799
Tints of Medium Violet Red #CA0799
RGB
CMYK
RGB Variations
Color information
#CA0799 (or 0xCA0799) is known color: Medium Violet Red. HEX triplet: CA, 07 and 99. RGB value is (202,7,153). Sum of RGB (Red+Green+Blue) = 202+7+153=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0799 is #35F866. Grayscale: #515151. Windows color (decimal): -3536999 or 10029002. OLE color: 10029002.
HSL color Cylindrical-coordinate representation of color #CA0799: hue angle of 315.08º 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 #CA0799 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.21 |
| HSL | 315.08º | 0.93% | 0.41% | - |
| HSV(B) | 315.08º | 0.97% | 0.79% | - |
| XYZ | 30.18 | 15.01 | 31.44 | - |
| YUV | 81.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 153 | 0 | 0.97 | 0.24 | 0.21 | 315.08 | 0.93 | 0.41 |
| Hex | CA | 7 | 99 | 0 | 61 | 18 | 15 | 13B | 5D | 29 |
| Octal | 312 | 7 | 231 | 0 | 141 | 30 | 25 | 473 | 135 | 51 |
| Binary | 11001010 | 111 | 10011001 | 0 | 1100001 | 11000 | 10101 | 100111011 | 1011101 | 101001 |
Color Harmonies of #CA0799
Complementary color
Monochromatic Colors of #CA0799
Black with #CA0799
Text Example
Text Example
White with #CA0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0799; }
p { color: rgb(202,7,153); }
H1.HeaderClassName
{
color: #CA0799;
}
.AnyTagClassName
{
color: #CA0799;
}
</style>
background-color css
<style>
a { background-color: #CA0799; }
a { background-color: rgb(202,7,153); }
div.DivClassName
{
background-color: #CA0799;
}
.BgClassName
{
background-color: #CA0799;
}
</style>
border-color css
<style>
span { border-color: #CA0799; }
span { border-color: rgb(202,7,153); }
td.TdClassName
{
border-color: #CA0799;
}
.TagClassName
{
border-color: #CA0799;
}
</style>