Shades of Deep Magenta #CC09A8
Tints of Deep Magenta #CC09A8
RGB
CMYK
RGB Variations
Color information
#CC09A8 (or 0xCC09A8) is known color: Deep Magenta. HEX triplet: CC, 09 and A8. RGB value is (204,9,168). Sum of RGB (Red+Green+Blue) = 204+9+168=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09A8 is #33F657. Grayscale: #545454. Windows color (decimal): -3405400 or 11012556. OLE color: 11012556.
HSL color Cylindrical-coordinate representation of color #CC09A8: hue angle of 311.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.2 |
| HSL | 311.08º | 0.92% | 0.42% | - |
| HSV(B) | 311.08º | 0.96% | 0.8% | - |
| XYZ | 32.07 | 15.86 | 38.42 | - |
| YUV | 85.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 168 | 0 | 0.96 | 0.18 | 0.2 | 311.08 | 0.92 | 0.42 |
| Hex | CC | 9 | A8 | 0 | 60 | 12 | 14 | 137 | 5C | 2A |
| Octal | 314 | 11 | 250 | 0 | 140 | 22 | 24 | 467 | 134 | 52 |
| Binary | 11001100 | 1001 | 10101000 | 0 | 1100000 | 10010 | 10100 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CC09A8
Complementary color
Monochromatic Colors of #CC09A8
Black with #CC09A8
Text Example
Text Example
White with #CC09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09A8; }
p { color: rgb(204,9,168); }
H1.HeaderClassName
{
color: #CC09A8;
}
.AnyTagClassName
{
color: #CC09A8;
}
</style>
background-color css
<style>
a { background-color: #CC09A8; }
a { background-color: rgb(204,9,168); }
div.DivClassName
{
background-color: #CC09A8;
}
.BgClassName
{
background-color: #CC09A8;
}
</style>
border-color css
<style>
span { border-color: #CC09A8; }
span { border-color: rgb(204,9,168); }
td.TdClassName
{
border-color: #CC09A8;
}
.TagClassName
{
border-color: #CC09A8;
}
</style>