Shades of Medium Violet Red #CA07A6
Tints of Medium Violet Red #CA07A6
RGB
CMYK
RGB Variations
Color information
#CA07A6 (or 0xCA07A6) is known color: Medium Violet Red. HEX triplet: CA, 07 and A6. RGB value is (202,7,166). Sum of RGB (Red+Green+Blue) = 202+7+166=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA07A6 is #35F859. Grayscale: #525252. Windows color (decimal): -3536986 or 10880970. OLE color: 10880970.
HSL color Cylindrical-coordinate representation of color #CA07A6: hue angle of 311.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 #CA07A6 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 166 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.21 |
| HSL | 311.08º | 0.93% | 0.41% | - |
| HSV(B) | 311.08º | 0.97% | 0.79% | - |
| XYZ | 31.32 | 15.46 | 37.41 | - |
| YUV | 83.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 166 | 0 | 0.97 | 0.18 | 0.21 | 311.08 | 0.93 | 0.41 |
| Hex | CA | 7 | A6 | 0 | 61 | 12 | 15 | 137 | 5D | 29 |
| Octal | 312 | 7 | 246 | 0 | 141 | 22 | 25 | 467 | 135 | 51 |
| Binary | 11001010 | 111 | 10100110 | 0 | 1100001 | 10010 | 10101 | 100110111 | 1011101 | 101001 |
Color Harmonies of #CA07A6
Complementary color
Monochromatic Colors of #CA07A6
Black with #CA07A6
Text Example
Text Example
White with #CA07A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07A6; }
p { color: rgb(202,7,166); }
H1.HeaderClassName
{
color: #CA07A6;
}
.AnyTagClassName
{
color: #CA07A6;
}
</style>
background-color css
<style>
a { background-color: #CA07A6; }
a { background-color: rgb(202,7,166); }
div.DivClassName
{
background-color: #CA07A6;
}
.BgClassName
{
background-color: #CA07A6;
}
</style>
border-color css
<style>
span { border-color: #CA07A6; }
span { border-color: rgb(202,7,166); }
td.TdClassName
{
border-color: #CA07A6;
}
.TagClassName
{
border-color: #CA07A6;
}
</style>