Shades of Deep Magenta #CC0BBB
Tints of Deep Magenta #CC0BBB
RGB
CMYK
RGB Variations
Color information
#CC0BBB (or 0xCC0BBB) is known color: Deep Magenta. HEX triplet: CC, 0B and BB. RGB value is (204,11,187). Sum of RGB (Red+Green+Blue) = 204+11+187=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBB is #33F444. Grayscale: #585858. Windows color (decimal): -3404869 or 12258252. OLE color: 12258252.
HSL color Cylindrical-coordinate representation of color #CC0BBB: hue angle of 305.28º 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 #CC0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.2 |
| HSL | 305.29º | 0.9% | 0.42% | - |
| HSV(B) | 305.29º | 0.95% | 0.8% | - |
| XYZ | 33.99 | 16.66 | 48.44 | - |
| YUV | 88.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 187 | 0 | 0.95 | 0.08 | 0.2 | 305.29 | 0.9 | 0.42 |
| Hex | CC | B | BB | 0 | 5F | 8 | 14 | 131 | 5A | 2A |
| Octal | 314 | 13 | 273 | 0 | 137 | 10 | 24 | 461 | 132 | 52 |
| Binary | 11001100 | 1011 | 10111011 | 0 | 1011111 | 1000 | 10100 | 100110001 | 1011010 | 101010 |
Color Harmonies of #CC0BBB
Complementary color
Monochromatic Colors of #CC0BBB
Black with #CC0BBB
Text Example
Text Example
White with #CC0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BBB; }
p { color: rgb(204,11,187); }
H1.HeaderClassName
{
color: #CC0BBB;
}
.AnyTagClassName
{
color: #CC0BBB;
}
</style>
background-color css
<style>
a { background-color: #CC0BBB; }
a { background-color: rgb(204,11,187); }
div.DivClassName
{
background-color: #CC0BBB;
}
.BgClassName
{
background-color: #CC0BBB;
}
</style>
border-color css
<style>
span { border-color: #CC0BBB; }
span { border-color: rgb(204,11,187); }
td.TdClassName
{
border-color: #CC0BBB;
}
.TagClassName
{
border-color: #CC0BBB;
}
</style>