Shades of Deep Magenta #CC0BBC
Tints of Deep Magenta #CC0BBC
RGB
CMYK
RGB Variations
Color information
#CC0BBC (or 0xCC0BBC) is known color: Deep Magenta. HEX triplet: CC, 0B and BC. RGB value is (204,11,188). Sum of RGB (Red+Green+Blue) = 204+11+188=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBC is #33F443. Grayscale: #585858. Windows color (decimal): -3404868 or 12323788. OLE color: 12323788.
HSL color Cylindrical-coordinate representation of color #CC0BBC: hue angle of 304.97º 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 #CC0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.2 |
| HSL | 304.97º | 0.9% | 0.42% | - |
| HSV(B) | 304.97º | 0.95% | 0.8% | - |
| XYZ | 34.1 | 16.71 | 49 | - |
| YUV | 88.89 | 183.94 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 188 | 0 | 0.95 | 0.08 | 0.2 | 304.97 | 0.9 | 0.42 |
| Hex | CC | B | BC | 0 | 5F | 8 | 14 | 131 | 5A | 2A |
| Octal | 314 | 13 | 274 | 0 | 137 | 10 | 24 | 461 | 132 | 52 |
| Binary | 11001100 | 1011 | 10111100 | 0 | 1011111 | 1000 | 10100 | 100110001 | 1011010 | 101010 |
Color Harmonies of #CC0BBC
Complementary color
Monochromatic Colors of #CC0BBC
Black with #CC0BBC
Text Example
Text Example
White with #CC0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BBC; }
p { color: rgb(204,11,188); }
H1.HeaderClassName
{
color: #CC0BBC;
}
.AnyTagClassName
{
color: #CC0BBC;
}
</style>
background-color css
<style>
a { background-color: #CC0BBC; }
a { background-color: rgb(204,11,188); }
div.DivClassName
{
background-color: #CC0BBC;
}
.BgClassName
{
background-color: #CC0BBC;
}
</style>
border-color css
<style>
span { border-color: #CC0BBC; }
span { border-color: rgb(204,11,188); }
td.TdClassName
{
border-color: #CC0BBC;
}
.TagClassName
{
border-color: #CC0BBC;
}
</style>