Shades of Medium Violet Red #CA06A6
Tints of Medium Violet Red #CA06A6
RGB
CMYK
RGB Variations
Color information
#CA06A6 (or 0xCA06A6) is known color: Medium Violet Red. HEX triplet: CA, 06 and A6. RGB value is (202,6,166). Sum of RGB (Red+Green+Blue) = 202+6+166=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA06A6 is #35F959. Grayscale: #525252. Windows color (decimal): -3537242 or 10880714. OLE color: 10880714.
HSL color Cylindrical-coordinate representation of color #CA06A6: hue angle of 311.02º 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 #CA06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.21 |
| HSL | 311.02º | 0.94% | 0.41% | - |
| HSV(B) | 311.02º | 0.97% | 0.79% | - |
| XYZ | 31.31 | 15.44 | 37.41 | - |
| YUV | 82.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 166 | 0 | 0.97 | 0.18 | 0.21 | 311.02 | 0.94 | 0.41 |
| Hex | CA | 6 | A6 | 0 | 61 | 12 | 15 | 137 | 5E | 29 |
| Octal | 312 | 6 | 246 | 0 | 141 | 22 | 25 | 467 | 136 | 51 |
| Binary | 11001010 | 110 | 10100110 | 0 | 1100001 | 10010 | 10101 | 100110111 | 1011110 | 101001 |
Color Harmonies of #CA06A6
Complementary color
Monochromatic Colors of #CA06A6
Black with #CA06A6
Text Example
Text Example
White with #CA06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06A6; }
p { color: rgb(202,6,166); }
H1.HeaderClassName
{
color: #CA06A6;
}
.AnyTagClassName
{
color: #CA06A6;
}
</style>
background-color css
<style>
a { background-color: #CA06A6; }
a { background-color: rgb(202,6,166); }
div.DivClassName
{
background-color: #CA06A6;
}
.BgClassName
{
background-color: #CA06A6;
}
</style>
border-color css
<style>
span { border-color: #CA06A6; }
span { border-color: rgb(202,6,166); }
td.TdClassName
{
border-color: #CA06A6;
}
.TagClassName
{
border-color: #CA06A6;
}
</style>