Shades of Deep Magenta #CC0CB9
Tints of Deep Magenta #CC0CB9
RGB
CMYK
RGB Variations
Color information
#CC0CB9 (or 0xCC0CB9) is known color: Deep Magenta. HEX triplet: CC, 0C and B9. RGB value is (204,12,185). Sum of RGB (Red+Green+Blue) = 204+12+185=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CB9 is #33F346. Grayscale: #585858. Windows color (decimal): -3404615 or 12127436. OLE color: 12127436.
HSL color Cylindrical-coordinate representation of color #CC0CB9: hue angle of 305.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 185 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.2 |
| HSL | 305.94º | 0.89% | 0.42% | - |
| HSV(B) | 305.94º | 0.94% | 0.8% | - |
| XYZ | 33.79 | 16.6 | 47.32 | - |
| YUV | 89.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 185 | 0 | 0.94 | 0.09 | 0.2 | 305.94 | 0.89 | 0.42 |
| Hex | CC | C | B9 | 0 | 5E | 9 | 14 | 132 | 59 | 2A |
| Octal | 314 | 14 | 271 | 0 | 136 | 11 | 24 | 462 | 131 | 52 |
| Binary | 11001100 | 1100 | 10111001 | 0 | 1011110 | 1001 | 10100 | 100110010 | 1011001 | 101010 |
Color Harmonies of #CC0CB9
Complementary color
Monochromatic Colors of #CC0CB9
Black with #CC0CB9
Text Example
Text Example
White with #CC0CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CB9; }
p { color: rgb(204,12,185); }
H1.HeaderClassName
{
color: #CC0CB9;
}
.AnyTagClassName
{
color: #CC0CB9;
}
</style>
background-color css
<style>
a { background-color: #CC0CB9; }
a { background-color: rgb(204,12,185); }
div.DivClassName
{
background-color: #CC0CB9;
}
.BgClassName
{
background-color: #CC0CB9;
}
</style>
border-color css
<style>
span { border-color: #CC0CB9; }
span { border-color: rgb(204,12,185); }
td.TdClassName
{
border-color: #CC0CB9;
}
.TagClassName
{
border-color: #CC0CB9;
}
</style>