Shades of Deep Magenta #CC0BCB
Tints of Deep Magenta #CC0BCB
RGB
CMYK
RGB Variations
Color information
#CC0BCB (or 0xCC0BCB) is known color: Deep Magenta. HEX triplet: CC, 0B and CB. RGB value is (204,11,203). Sum of RGB (Red+Green+Blue) = 204+11+203=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BCB is #33F434. Grayscale: #5A5A5A. Windows color (decimal): -3404853 or 13306828. OLE color: 13306828.
HSL color Cylindrical-coordinate representation of color #CC0BCB: hue angle of 300.31º 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 #CC0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.2 |
| HSL | 300.31º | 0.9% | 0.42% | - |
| HSV(B) | 300.31º | 0.95% | 0.8% | - |
| XYZ | 35.8 | 17.39 | 57.97 | - |
| YUV | 90.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 203 | 0 | 0.95 | 0.00 | 0.2 | 300.31 | 0.9 | 0.42 |
| Hex | CC | B | CB | 0 | 5F | 0 | 14 | 12C | 5A | 2A |
| Octal | 314 | 13 | 313 | 0 | 137 | 0 | 24 | 454 | 132 | 52 |
| Binary | 11001100 | 1011 | 11001011 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011010 | 101010 |
Color Harmonies of #CC0BCB
Complementary color
Monochromatic Colors of #CC0BCB
Black with #CC0BCB
Text Example
Text Example
White with #CC0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BCB; }
p { color: rgb(204,11,203); }
H1.HeaderClassName
{
color: #CC0BCB;
}
.AnyTagClassName
{
color: #CC0BCB;
}
</style>
background-color css
<style>
a { background-color: #CC0BCB; }
a { background-color: rgb(204,11,203); }
div.DivClassName
{
background-color: #CC0BCB;
}
.BgClassName
{
background-color: #CC0BCB;
}
</style>
border-color css
<style>
span { border-color: #CC0BCB; }
span { border-color: rgb(204,11,203); }
td.TdClassName
{
border-color: #CC0BCB;
}
.TagClassName
{
border-color: #CC0BCB;
}
</style>