Shades of Deep Magenta #CC05CE
Tints of Deep Magenta #CC05CE
RGB
CMYK
RGB Variations
Color information
#CC05CE (or 0xCC05CE) is known color: Deep Magenta. HEX triplet: CC, 05 and CE. RGB value is (204,5,206). Sum of RGB (Red+Green+Blue) = 204+5+206=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CE is #33FA31. Grayscale: #565656. Windows color (decimal): -3406386 or 13501900. OLE color: 13501900.
HSL color Cylindrical-coordinate representation of color #CC05CE: hue angle of 299.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05CE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 5 | 206 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.19 |
| HSL | 299.4º | 0.95% | 0.41% | - |
| HSV(B) | 299.4º | 0.98% | 0.81% | - |
| XYZ | 36.1 | 17.4 | 59.85 | - |
| YUV | 87.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 206 | 0.01 | 0.98 | 0 | 0.19 | 299.4 | 0.95 | 0.41 |
| Hex | CC | 5 | CE | 1 | 62 | 0 | 13 | 12B | 5F | 29 |
| Octal | 314 | 5 | 316 | 1 | 142 | 0 | 23 | 453 | 137 | 51 |
| Binary | 11001100 | 101 | 11001110 | 1 | 1100010 | 0 | 10011 | 100101011 | 1011111 | 101001 |
Color Harmonies of #CC05CE
Complementary color
Monochromatic Colors of #CC05CE
Black with #CC05CE
Text Example
Text Example
White with #CC05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05CE; }
p { color: rgb(204,5,206); }
H1.HeaderClassName
{
color: #CC05CE;
}
.AnyTagClassName
{
color: #CC05CE;
}
</style>
background-color css
<style>
a { background-color: #CC05CE; }
a { background-color: rgb(204,5,206); }
div.DivClassName
{
background-color: #CC05CE;
}
.BgClassName
{
background-color: #CC05CE;
}
</style>
border-color css
<style>
span { border-color: #CC05CE; }
span { border-color: rgb(204,5,206); }
td.TdClassName
{
border-color: #CC05CE;
}
.TagClassName
{
border-color: #CC05CE;
}
</style>