Shades of Deep Magenta #CC08B0
Tints of Deep Magenta #CC08B0
RGB
CMYK
RGB Variations
Color information
#CC08B0 (or 0xCC08B0) is known color: Deep Magenta. HEX triplet: CC, 08 and B0. RGB value is (204,8,176). Sum of RGB (Red+Green+Blue) = 204+8+176=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08B0 is #33F74F. Grayscale: #555555. Windows color (decimal): -3405648 or 11536588. OLE color: 11536588.
HSL color Cylindrical-coordinate representation of color #CC08B0: hue angle of 308.57º 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 #CC08B0 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 176 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.2 |
| HSL | 308.57º | 0.92% | 0.42% | - |
| HSV(B) | 308.57º | 0.96% | 0.8% | - |
| XYZ | 32.83 | 16.15 | 42.46 | - |
| YUV | 85.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 176 | 0 | 0.96 | 0.14 | 0.2 | 308.57 | 0.92 | 0.42 |
| Hex | CC | 8 | B0 | 0 | 60 | E | 14 | 135 | 5C | 2A |
| Octal | 314 | 10 | 260 | 0 | 140 | 16 | 24 | 465 | 134 | 52 |
| Binary | 11001100 | 1000 | 10110000 | 0 | 1100000 | 1110 | 10100 | 100110101 | 1011100 | 101010 |
Color Harmonies of #CC08B0
Complementary color
Monochromatic Colors of #CC08B0
Black with #CC08B0
Text Example
Text Example
White with #CC08B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08B0; }
p { color: rgb(204,8,176); }
H1.HeaderClassName
{
color: #CC08B0;
}
.AnyTagClassName
{
color: #CC08B0;
}
</style>
background-color css
<style>
a { background-color: #CC08B0; }
a { background-color: rgb(204,8,176); }
div.DivClassName
{
background-color: #CC08B0;
}
.BgClassName
{
background-color: #CC08B0;
}
</style>
border-color css
<style>
span { border-color: #CC08B0; }
span { border-color: rgb(204,8,176); }
td.TdClassName
{
border-color: #CC08B0;
}
.TagClassName
{
border-color: #CC08B0;
}
</style>