Shades of Deep Magenta #CC0BBD
Tints of Deep Magenta #CC0BBD
RGB
CMYK
RGB Variations
Color information
#CC0BBD (or 0xCC0BBD) is known color: Deep Magenta. HEX triplet: CC, 0B and BD. RGB value is (204,11,189). Sum of RGB (Red+Green+Blue) = 204+11+189=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBD is #33F442. Grayscale: #585858. Windows color (decimal): -3404867 or 12389324. OLE color: 12389324.
HSL color Cylindrical-coordinate representation of color #CC0BBD: hue angle of 304.66º 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 #CC0BBD is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.2 |
| HSL | 304.66º | 0.9% | 0.42% | - |
| HSV(B) | 304.66º | 0.95% | 0.8% | - |
| XYZ | 34.21 | 16.75 | 49.57 | - |
| YUV | 89 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 189 | 0 | 0.95 | 0.07 | 0.2 | 304.66 | 0.9 | 0.42 |
| Hex | CC | B | BD | 0 | 5F | 7 | 14 | 131 | 5A | 2A |
| Octal | 314 | 13 | 275 | 0 | 137 | 7 | 24 | 461 | 132 | 52 |
| Binary | 11001100 | 1011 | 10111101 | 0 | 1011111 | 111 | 10100 | 100110001 | 1011010 | 101010 |
Color Harmonies of #CC0BBD
Complementary color
Monochromatic Colors of #CC0BBD
Black with #CC0BBD
Text Example
Text Example
White with #CC0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BBD; }
p { color: rgb(204,11,189); }
H1.HeaderClassName
{
color: #CC0BBD;
}
.AnyTagClassName
{
color: #CC0BBD;
}
</style>
background-color css
<style>
a { background-color: #CC0BBD; }
a { background-color: rgb(204,11,189); }
div.DivClassName
{
background-color: #CC0BBD;
}
.BgClassName
{
background-color: #CC0BBD;
}
</style>
border-color css
<style>
span { border-color: #CC0BBD; }
span { border-color: rgb(204,11,189); }
td.TdClassName
{
border-color: #CC0BBD;
}
.TagClassName
{
border-color: #CC0BBD;
}
</style>