Shades of Medium Violet Red #CA06A2
Tints of Medium Violet Red #CA06A2
RGB
CMYK
RGB Variations
Color information
#CA06A2 (or 0xCA06A2) is known color: Medium Violet Red. HEX triplet: CA, 06 and A2. RGB value is (202,6,162). Sum of RGB (Red+Green+Blue) = 202+6+162=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA06A2 is #35F95D. Grayscale: #515151. Windows color (decimal): -3537246 or 10618570. OLE color: 10618570.
HSL color Cylindrical-coordinate representation of color #CA06A2: hue angle of 312.24º 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 #CA06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.21 |
| HSL | 312.24º | 0.94% | 0.41% | - |
| HSV(B) | 312.24º | 0.97% | 0.79% | - |
| XYZ | 30.94 | 15.3 | 35.5 | - |
| YUV | 82.39 | 172.93 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 162 | 0 | 0.97 | 0.20 | 0.21 | 312.24 | 0.94 | 0.41 |
| Hex | CA | 6 | A2 | 0 | 61 | 14 | 15 | 138 | 5E | 29 |
| Octal | 312 | 6 | 242 | 0 | 141 | 24 | 25 | 470 | 136 | 51 |
| Binary | 11001010 | 110 | 10100010 | 0 | 1100001 | 10100 | 10101 | 100111000 | 1011110 | 101001 |
Color Harmonies of #CA06A2
Complementary color
Monochromatic Colors of #CA06A2
Black with #CA06A2
Text Example
Text Example
White with #CA06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06A2; }
p { color: rgb(202,6,162); }
H1.HeaderClassName
{
color: #CA06A2;
}
.AnyTagClassName
{
color: #CA06A2;
}
</style>
background-color css
<style>
a { background-color: #CA06A2; }
a { background-color: rgb(202,6,162); }
div.DivClassName
{
background-color: #CA06A2;
}
.BgClassName
{
background-color: #CA06A2;
}
</style>
border-color css
<style>
span { border-color: #CA06A2; }
span { border-color: rgb(202,6,162); }
td.TdClassName
{
border-color: #CA06A2;
}
.TagClassName
{
border-color: #CA06A2;
}
</style>