Shades of Deep Magenta #CC06DF
Tints of Deep Magenta #CC06DF
RGB
CMYK
RGB Variations
Color information
#CC06DF (or 0xCC06DF) is known color: Deep Magenta. HEX triplet: CC, 06 and DF. RGB value is (204,6,223). Sum of RGB (Red+Green+Blue) = 204+6+223=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06DF is #33F920. Grayscale: #595959. Windows color (decimal): -3406113 or 14616268. OLE color: 14616268.
HSL color Cylindrical-coordinate representation of color #CC06DF: hue angle of 294.75º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06DF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 6 | 223 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.13 |
| HSL | 294.75º | 0.95% | 0.45% | - |
| HSV(B) | 294.75º | 0.97% | 0.87% | - |
| XYZ | 38.29 | 18.3 | 71.33 | - |
| YUV | 89.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 223 | 0.09 | 0.97 | 0 | 0.13 | 294.75 | 0.95 | 0.45 |
| Hex | CC | 6 | DF | 9 | 61 | 0 | D | 127 | 5F | 2D |
| Octal | 314 | 6 | 337 | 11 | 141 | 0 | 15 | 447 | 137 | 55 |
| Binary | 11001100 | 110 | 11011111 | 1001 | 1100001 | 0 | 1101 | 100100111 | 1011111 | 101101 |
Color Harmonies of #CC06DF
Complementary color
Monochromatic Colors of #CC06DF
Black with #CC06DF
Text Example
Text Example
White with #CC06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06DF; }
p { color: rgb(204,6,223); }
H1.HeaderClassName
{
color: #CC06DF;
}
.AnyTagClassName
{
color: #CC06DF;
}
</style>
background-color css
<style>
a { background-color: #CC06DF; }
a { background-color: rgb(204,6,223); }
div.DivClassName
{
background-color: #CC06DF;
}
.BgClassName
{
background-color: #CC06DF;
}
</style>
border-color css
<style>
span { border-color: #CC06DF; }
span { border-color: rgb(204,6,223); }
td.TdClassName
{
border-color: #CC06DF;
}
.TagClassName
{
border-color: #CC06DF;
}
</style>