Shades of Medium Violet Red #CC06A6
Tints of Medium Violet Red #CC06A6
RGB
CMYK
RGB Variations
Color information
#CC06A6 (or 0xCC06A6) is known color: Medium Violet Red. HEX triplet: CC, 06 and A6. RGB value is (204,6,166). Sum of RGB (Red+Green+Blue) = 204+6+166=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06A6 is #33F959. Grayscale: #535353. Windows color (decimal): -3406170 or 10880716. OLE color: 10880716.
HSL color Cylindrical-coordinate representation of color #CC06A6: hue angle of 311.52º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.2 |
| HSL | 311.52º | 0.94% | 0.41% | - |
| HSV(B) | 311.52º | 0.97% | 0.8% | - |
| XYZ | 31.85 | 15.72 | 37.43 | - |
| YUV | 83.44 | 174.6 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 166 | 0 | 0.97 | 0.19 | 0.2 | 311.52 | 0.94 | 0.41 |
| Hex | CC | 6 | A6 | 0 | 61 | 13 | 14 | 138 | 5E | 29 |
| Octal | 314 | 6 | 246 | 0 | 141 | 23 | 24 | 470 | 136 | 51 |
| Binary | 11001100 | 110 | 10100110 | 0 | 1100001 | 10011 | 10100 | 100111000 | 1011110 | 101001 |
Color Harmonies of #CC06A6
Complementary color
Monochromatic Colors of #CC06A6
Black with #CC06A6
Text Example
Text Example
White with #CC06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06A6; }
p { color: rgb(204,6,166); }
H1.HeaderClassName
{
color: #CC06A6;
}
.AnyTagClassName
{
color: #CC06A6;
}
</style>
background-color css
<style>
a { background-color: #CC06A6; }
a { background-color: rgb(204,6,166); }
div.DivClassName
{
background-color: #CC06A6;
}
.BgClassName
{
background-color: #CC06A6;
}
</style>
border-color css
<style>
span { border-color: #CC06A6; }
span { border-color: rgb(204,6,166); }
td.TdClassName
{
border-color: #CC06A6;
}
.TagClassName
{
border-color: #CC06A6;
}
</style>