Shades of Deep Magenta #CC0BB1
Tints of Deep Magenta #CC0BB1
RGB
CMYK
RGB Variations
Color information
#CC0BB1 (or 0xCC0BB1) is known color: Deep Magenta. HEX triplet: CC, 0B and B1. RGB value is (204,11,177). Sum of RGB (Red+Green+Blue) = 204+11+177=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0BB1 is #33F44E. Grayscale: #575757. Windows color (decimal): -3404879 or 11602892. OLE color: 11602892.
HSL color Cylindrical-coordinate representation of color #CC0BB1: hue angle of 308.39º 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 #CC0BB1 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 177 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.2 |
| HSL | 308.39º | 0.9% | 0.42% | - |
| HSV(B) | 308.39º | 0.95% | 0.8% | - |
| XYZ | 32.96 | 16.25 | 42.99 | - |
| YUV | 87.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 177 | 0 | 0.95 | 0.13 | 0.2 | 308.39 | 0.9 | 0.42 |
| Hex | CC | B | B1 | 0 | 5F | D | 14 | 134 | 5A | 2A |
| Octal | 314 | 13 | 261 | 0 | 137 | 15 | 24 | 464 | 132 | 52 |
| Binary | 11001100 | 1011 | 10110001 | 0 | 1011111 | 1101 | 10100 | 100110100 | 1011010 | 101010 |
Color Harmonies of #CC0BB1
Complementary color
Monochromatic Colors of #CC0BB1
Black with #CC0BB1
Text Example
Text Example
White with #CC0BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BB1; }
p { color: rgb(204,11,177); }
H1.HeaderClassName
{
color: #CC0BB1;
}
.AnyTagClassName
{
color: #CC0BB1;
}
</style>
background-color css
<style>
a { background-color: #CC0BB1; }
a { background-color: rgb(204,11,177); }
div.DivClassName
{
background-color: #CC0BB1;
}
.BgClassName
{
background-color: #CC0BB1;
}
</style>
border-color css
<style>
span { border-color: #CC0BB1; }
span { border-color: rgb(204,11,177); }
td.TdClassName
{
border-color: #CC0BB1;
}
.TagClassName
{
border-color: #CC0BB1;
}
</style>