Shades of Deep Magenta #CC06A8
Tints of Deep Magenta #CC06A8
RGB
CMYK
RGB Variations
Color information
#CC06A8 (or 0xCC06A8) is known color: Deep Magenta. HEX triplet: CC, 06 and A8. RGB value is (204,6,168). Sum of RGB (Red+Green+Blue) = 204+6+168=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06A8 is #33F957. Grayscale: #535353. Windows color (decimal): -3406168 or 11011788. OLE color: 11011788.
HSL color Cylindrical-coordinate representation of color #CC06A8: hue angle of 310.91º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.2 |
| HSL | 310.91º | 0.94% | 0.41% | - |
| HSV(B) | 310.91º | 0.97% | 0.8% | - |
| XYZ | 32.03 | 15.79 | 38.41 | - |
| YUV | 83.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 168 | 0 | 0.97 | 0.18 | 0.2 | 310.91 | 0.94 | 0.41 |
| Hex | CC | 6 | A8 | 0 | 61 | 12 | 14 | 137 | 5E | 29 |
| Octal | 314 | 6 | 250 | 0 | 141 | 22 | 24 | 467 | 136 | 51 |
| Binary | 11001100 | 110 | 10101000 | 0 | 1100001 | 10010 | 10100 | 100110111 | 1011110 | 101001 |
Color Harmonies of #CC06A8
Complementary color
Monochromatic Colors of #CC06A8
Black with #CC06A8
Text Example
Text Example
White with #CC06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06A8; }
p { color: rgb(204,6,168); }
H1.HeaderClassName
{
color: #CC06A8;
}
.AnyTagClassName
{
color: #CC06A8;
}
</style>
background-color css
<style>
a { background-color: #CC06A8; }
a { background-color: rgb(204,6,168); }
div.DivClassName
{
background-color: #CC06A8;
}
.BgClassName
{
background-color: #CC06A8;
}
</style>
border-color css
<style>
span { border-color: #CC06A8; }
span { border-color: rgb(204,6,168); }
td.TdClassName
{
border-color: #CC06A8;
}
.TagClassName
{
border-color: #CC06A8;
}
</style>