Shades of Medium Violet Red #CA07A0
Tints of Medium Violet Red #CA07A0
RGB
CMYK
RGB Variations
Color information
#CA07A0 (or 0xCA07A0) is known color: Medium Violet Red. HEX triplet: CA, 07 and A0. RGB value is (202,7,160). Sum of RGB (Red+Green+Blue) = 202+7+160=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA07A0 is #35F85F. Grayscale: #525252. Windows color (decimal): -3536992 or 10487754. OLE color: 10487754.
HSL color Cylindrical-coordinate representation of color #CA07A0: hue angle of 312.92º 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 #CA07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.21 |
| HSL | 312.92º | 0.93% | 0.41% | - |
| HSV(B) | 312.92º | 0.97% | 0.79% | - |
| XYZ | 30.78 | 15.25 | 34.58 | - |
| YUV | 82.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 160 | 0 | 0.97 | 0.21 | 0.21 | 312.92 | 0.93 | 0.41 |
| Hex | CA | 7 | A0 | 0 | 61 | 15 | 15 | 139 | 5D | 29 |
| Octal | 312 | 7 | 240 | 0 | 141 | 25 | 25 | 471 | 135 | 51 |
| Binary | 11001010 | 111 | 10100000 | 0 | 1100001 | 10101 | 10101 | 100111001 | 1011101 | 101001 |
Color Harmonies of #CA07A0
Complementary color
Monochromatic Colors of #CA07A0
Black with #CA07A0
Text Example
Text Example
White with #CA07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07A0; }
p { color: rgb(202,7,160); }
H1.HeaderClassName
{
color: #CA07A0;
}
.AnyTagClassName
{
color: #CA07A0;
}
</style>
background-color css
<style>
a { background-color: #CA07A0; }
a { background-color: rgb(202,7,160); }
div.DivClassName
{
background-color: #CA07A0;
}
.BgClassName
{
background-color: #CA07A0;
}
</style>
border-color css
<style>
span { border-color: #CA07A0; }
span { border-color: rgb(202,7,160); }
td.TdClassName
{
border-color: #CA07A0;
}
.TagClassName
{
border-color: #CA07A0;
}
</style>