Shades of Deep Magenta #CC05CC
Tints of Deep Magenta #CC05CC
RGB
CMYK
RGB Variations
Color information
#CC05CC (or 0xCC05CC) is known color: Deep Magenta. HEX triplet: CC, 05 and CC. RGB value is (204,5,204). Sum of RGB (Red+Green+Blue) = 204+5+204=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CC is #33FA33. Grayscale: #565656. Windows color (decimal): -3406388 or 13370828. OLE color: 13370828.
HSL color Cylindrical-coordinate representation of color #CC05CC: hue angle of 300º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05CC is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0 | 0.2 |
| HSL | 300º | 0.95% | 0.41% | - |
| HSV(B) | 300º | 0.98% | 0.8% | - |
| XYZ | 35.86 | 17.31 | 58.58 | - |
| YUV | 87.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 204 | 0 | 0.98 | 0 | 0.2 | 300 | 0.95 | 0.41 |
| Hex | CC | 5 | CC | 0 | 62 | 0 | 14 | 12C | 5F | 29 |
| Octal | 314 | 5 | 314 | 0 | 142 | 0 | 24 | 454 | 137 | 51 |
| Binary | 11001100 | 101 | 11001100 | 0 | 1100010 | 0 | 10100 | 100101100 | 1011111 | 101001 |
Color Harmonies of #CC05CC
Complementary color
Monochromatic Colors of #CC05CC
Black with #CC05CC
Text Example
Text Example
White with #CC05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05CC; }
p { color: rgb(204,5,204); }
H1.HeaderClassName
{
color: #CC05CC;
}
.AnyTagClassName
{
color: #CC05CC;
}
</style>
background-color css
<style>
a { background-color: #CC05CC; }
a { background-color: rgb(204,5,204); }
div.DivClassName
{
background-color: #CC05CC;
}
.BgClassName
{
background-color: #CC05CC;
}
</style>
border-color css
<style>
span { border-color: #CC05CC; }
span { border-color: rgb(204,5,204); }
td.TdClassName
{
border-color: #CC05CC;
}
.TagClassName
{
border-color: #CC05CC;
}
</style>