Shades of Deep Magenta #CC08B2
Tints of Deep Magenta #CC08B2
RGB
CMYK
RGB Variations
Color information
#CC08B2 (or 0xCC08B2) is known color: Deep Magenta. HEX triplet: CC, 08 and B2. RGB value is (204,8,178). Sum of RGB (Red+Green+Blue) = 204+8+178=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08B2 is #33F74D. Grayscale: #555555. Windows color (decimal): -3405646 or 11667660. OLE color: 11667660.
HSL color Cylindrical-coordinate representation of color #CC08B2: hue angle of 307.96º 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 #CC08B2 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.2 |
| HSL | 307.96º | 0.92% | 0.42% | - |
| HSV(B) | 307.96º | 0.96% | 0.8% | - |
| XYZ | 33.02 | 16.23 | 43.51 | - |
| YUV | 85.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 178 | 0 | 0.96 | 0.13 | 0.2 | 307.96 | 0.92 | 0.42 |
| Hex | CC | 8 | B2 | 0 | 60 | D | 14 | 134 | 5C | 2A |
| Octal | 314 | 10 | 262 | 0 | 140 | 15 | 24 | 464 | 134 | 52 |
| Binary | 11001100 | 1000 | 10110010 | 0 | 1100000 | 1101 | 10100 | 100110100 | 1011100 | 101010 |
Color Harmonies of #CC08B2
Complementary color
Monochromatic Colors of #CC08B2
Black with #CC08B2
Text Example
Text Example
White with #CC08B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08B2; }
p { color: rgb(204,8,178); }
H1.HeaderClassName
{
color: #CC08B2;
}
.AnyTagClassName
{
color: #CC08B2;
}
</style>
background-color css
<style>
a { background-color: #CC08B2; }
a { background-color: rgb(204,8,178); }
div.DivClassName
{
background-color: #CC08B2;
}
.BgClassName
{
background-color: #CC08B2;
}
</style>
border-color css
<style>
span { border-color: #CC08B2; }
span { border-color: rgb(204,8,178); }
td.TdClassName
{
border-color: #CC08B2;
}
.TagClassName
{
border-color: #CC08B2;
}
</style>