Shades of Deep Magenta #CC06CE
Tints of Deep Magenta #CC06CE
RGB
CMYK
RGB Variations
Color information
#CC06CE (or 0xCC06CE) is known color: Deep Magenta. HEX triplet: CC, 06 and CE. RGB value is (204,6,206). Sum of RGB (Red+Green+Blue) = 204+6+206=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06CE is #33F931. Grayscale: #575757. Windows color (decimal): -3406130 or 13502156. OLE color: 13502156.
HSL color Cylindrical-coordinate representation of color #CC06CE: hue angle of 299.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06CE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 6 | 206 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.19 |
| HSL | 299.4º | 0.94% | 0.42% | - |
| HSV(B) | 299.4º | 0.97% | 0.81% | - |
| XYZ | 36.11 | 17.42 | 59.85 | - |
| YUV | 88 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 206 | 0.01 | 0.97 | 0 | 0.19 | 299.4 | 0.94 | 0.42 |
| Hex | CC | 6 | CE | 1 | 61 | 0 | 13 | 12B | 5E | 2A |
| Octal | 314 | 6 | 316 | 1 | 141 | 0 | 23 | 453 | 136 | 52 |
| Binary | 11001100 | 110 | 11001110 | 1 | 1100001 | 0 | 10011 | 100101011 | 1011110 | 101010 |
Color Harmonies of #CC06CE
Complementary color
Monochromatic Colors of #CC06CE
Black with #CC06CE
Text Example
Text Example
White with #CC06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06CE; }
p { color: rgb(204,6,206); }
H1.HeaderClassName
{
color: #CC06CE;
}
.AnyTagClassName
{
color: #CC06CE;
}
</style>
background-color css
<style>
a { background-color: #CC06CE; }
a { background-color: rgb(204,6,206); }
div.DivClassName
{
background-color: #CC06CE;
}
.BgClassName
{
background-color: #CC06CE;
}
</style>
border-color css
<style>
span { border-color: #CC06CE; }
span { border-color: rgb(204,6,206); }
td.TdClassName
{
border-color: #CC06CE;
}
.TagClassName
{
border-color: #CC06CE;
}
</style>