Shades of Deep Magenta #CC05DF
Tints of Deep Magenta #CC05DF
RGB
CMYK
RGB Variations
Color information
#CC05DF (or 0xCC05DF) is known color: Deep Magenta. HEX triplet: CC, 05 and DF. RGB value is (204,5,223). Sum of RGB (Red+Green+Blue) = 204+5+223=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05DF is #33FA20. Grayscale: #585858. Windows color (decimal): -3406369 or 14616012. OLE color: 14616012.
HSL color Cylindrical-coordinate representation of color #CC05DF: hue angle of 294.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05DF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 5 | 223 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.13 |
| HSL | 294.77º | 0.96% | 0.45% | - |
| HSV(B) | 294.77º | 0.98% | 0.87% | - |
| XYZ | 38.28 | 18.27 | 71.32 | - |
| YUV | 89.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 223 | 0.09 | 0.98 | 0 | 0.13 | 294.77 | 0.96 | 0.45 |
| Hex | CC | 5 | DF | 9 | 62 | 0 | D | 127 | 60 | 2D |
| Octal | 314 | 5 | 337 | 11 | 142 | 0 | 15 | 447 | 140 | 55 |
| Binary | 11001100 | 101 | 11011111 | 1001 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101101 |
Color Harmonies of #CC05DF
Complementary color
Monochromatic Colors of #CC05DF
Black with #CC05DF
Text Example
Text Example
White with #CC05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05DF; }
p { color: rgb(204,5,223); }
H1.HeaderClassName
{
color: #CC05DF;
}
.AnyTagClassName
{
color: #CC05DF;
}
</style>
background-color css
<style>
a { background-color: #CC05DF; }
a { background-color: rgb(204,5,223); }
div.DivClassName
{
background-color: #CC05DF;
}
.BgClassName
{
background-color: #CC05DF;
}
</style>
border-color css
<style>
span { border-color: #CC05DF; }
span { border-color: rgb(204,5,223); }
td.TdClassName
{
border-color: #CC05DF;
}
.TagClassName
{
border-color: #CC05DF;
}
</style>