Shades of Medium Violet Red #CA0699
Tints of Medium Violet Red #CA0699
RGB
CMYK
RGB Variations
Color information
#CA0699 (or 0xCA0699) is known color: Medium Violet Red. HEX triplet: CA, 06 and 99. RGB value is (202,6,153). Sum of RGB (Red+Green+Blue) = 202+6+153=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0699 is #35F966. Grayscale: #505050. Windows color (decimal): -3537255 or 10028746. OLE color: 10028746.
HSL color Cylindrical-coordinate representation of color #CA0699: hue angle of 315º degrees, saturation: 0.94, 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 #CA0699 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.21 |
| HSL | 315º | 0.94% | 0.41% | - |
| HSV(B) | 315º | 0.97% | 0.79% | - |
| XYZ | 30.17 | 14.99 | 31.44 | - |
| YUV | 81.36 | 168.43 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 153 | 0 | 0.97 | 0.24 | 0.21 | 315 | 0.94 | 0.41 |
| Hex | CA | 6 | 99 | 0 | 61 | 18 | 15 | 13B | 5E | 29 |
| Octal | 312 | 6 | 231 | 0 | 141 | 30 | 25 | 473 | 136 | 51 |
| Binary | 11001010 | 110 | 10011001 | 0 | 1100001 | 11000 | 10101 | 100111011 | 1011110 | 101001 |
Color Harmonies of #CA0699
Complementary color
Monochromatic Colors of #CA0699
Black with #CA0699
Text Example
Text Example
White with #CA0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0699; }
p { color: rgb(202,6,153); }
H1.HeaderClassName
{
color: #CA0699;
}
.AnyTagClassName
{
color: #CA0699;
}
</style>
background-color css
<style>
a { background-color: #CA0699; }
a { background-color: rgb(202,6,153); }
div.DivClassName
{
background-color: #CA0699;
}
.BgClassName
{
background-color: #CA0699;
}
</style>
border-color css
<style>
span { border-color: #CA0699; }
span { border-color: rgb(202,6,153); }
td.TdClassName
{
border-color: #CA0699;
}
.TagClassName
{
border-color: #CA0699;
}
</style>