Shades of Deep Magenta #CC0BB9
Tints of Deep Magenta #CC0BB9
RGB
CMYK
RGB Variations
Color information
#CC0BB9 (or 0xCC0BB9) is known color: Deep Magenta. HEX triplet: CC, 0B and B9. RGB value is (204,11,185). Sum of RGB (Red+Green+Blue) = 204+11+185=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BB9 is #33F446. Grayscale: #585858. Windows color (decimal): -3404871 or 12127180. OLE color: 12127180.
HSL color Cylindrical-coordinate representation of color #CC0BB9: hue angle of 305.91º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 185 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.2 |
| HSL | 305.91º | 0.9% | 0.42% | - |
| HSV(B) | 305.91º | 0.95% | 0.8% | - |
| XYZ | 33.78 | 16.58 | 47.32 | - |
| YUV | 88.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 185 | 0 | 0.95 | 0.09 | 0.2 | 305.91 | 0.9 | 0.42 |
| Hex | CC | B | B9 | 0 | 5F | 9 | 14 | 132 | 5A | 2A |
| Octal | 314 | 13 | 271 | 0 | 137 | 11 | 24 | 462 | 132 | 52 |
| Binary | 11001100 | 1011 | 10111001 | 0 | 1011111 | 1001 | 10100 | 100110010 | 1011010 | 101010 |
Color Harmonies of #CC0BB9
Complementary color
Monochromatic Colors of #CC0BB9
Black with #CC0BB9
Text Example
Text Example
White with #CC0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BB9; }
p { color: rgb(204,11,185); }
H1.HeaderClassName
{
color: #CC0BB9;
}
.AnyTagClassName
{
color: #CC0BB9;
}
</style>
background-color css
<style>
a { background-color: #CC0BB9; }
a { background-color: rgb(204,11,185); }
div.DivClassName
{
background-color: #CC0BB9;
}
.BgClassName
{
background-color: #CC0BB9;
}
</style>
border-color css
<style>
span { border-color: #CC0BB9; }
span { border-color: rgb(204,11,185); }
td.TdClassName
{
border-color: #CC0BB9;
}
.TagClassName
{
border-color: #CC0BB9;
}
</style>