Shades of Deep Magenta #CC08A8
Tints of Deep Magenta #CC08A8
RGB
CMYK
RGB Variations
Color information
#CC08A8 (or 0xCC08A8) is known color: Deep Magenta. HEX triplet: CC, 08 and A8. RGB value is (204,8,168). Sum of RGB (Red+Green+Blue) = 204+8+168=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08A8 is #33F757. Grayscale: #545454. Windows color (decimal): -3405656 or 11012300. OLE color: 11012300.
HSL color Cylindrical-coordinate representation of color #CC08A8: hue angle of 311.02º 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 #CC08A8 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.2 |
| HSL | 311.02º | 0.92% | 0.42% | - |
| HSV(B) | 311.02º | 0.96% | 0.8% | - |
| XYZ | 32.06 | 15.84 | 38.41 | - |
| YUV | 84.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 168 | 0 | 0.96 | 0.18 | 0.2 | 311.02 | 0.92 | 0.42 |
| Hex | CC | 8 | A8 | 0 | 60 | 12 | 14 | 137 | 5C | 2A |
| Octal | 314 | 10 | 250 | 0 | 140 | 22 | 24 | 467 | 134 | 52 |
| Binary | 11001100 | 1000 | 10101000 | 0 | 1100000 | 10010 | 10100 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CC08A8
Complementary color
Monochromatic Colors of #CC08A8
Black with #CC08A8
Text Example
Text Example
White with #CC08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08A8; }
p { color: rgb(204,8,168); }
H1.HeaderClassName
{
color: #CC08A8;
}
.AnyTagClassName
{
color: #CC08A8;
}
</style>
background-color css
<style>
a { background-color: #CC08A8; }
a { background-color: rgb(204,8,168); }
div.DivClassName
{
background-color: #CC08A8;
}
.BgClassName
{
background-color: #CC08A8;
}
</style>
border-color css
<style>
span { border-color: #CC08A8; }
span { border-color: rgb(204,8,168); }
td.TdClassName
{
border-color: #CC08A8;
}
.TagClassName
{
border-color: #CC08A8;
}
</style>