Shades of Deep Magenta #CC0BCD
Tints of Deep Magenta #CC0BCD
RGB
CMYK
RGB Variations
Color information
#CC0BCD (or 0xCC0BCD) is known color: Deep Magenta. HEX triplet: CC, 0B and CD. RGB value is (204,11,205). Sum of RGB (Red+Green+Blue) = 204+11+205=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BCD is #33F432. Grayscale: #5A5A5A. Windows color (decimal): -3404851 or 13437900. OLE color: 13437900.
HSL color Cylindrical-coordinate representation of color #CC0BCD: hue angle of 299.69º 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 #CC0BCD is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 11 | 205 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.20 |
| HSL | 299.69º | 0.9% | 0.42% | - |
| HSV(B) | 299.69º | 0.95% | 0.8% | - |
| XYZ | 36.04 | 17.48 | 59.23 | - |
| YUV | 90.82 | 192.44 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 205 | 0.00 | 0.95 | 0 | 0.20 | 299.69 | 0.9 | 0.42 |
| Hex | CC | B | CD | 0 | 5F | 0 | 14 | 12C | 5A | 2A |
| Octal | 314 | 13 | 315 | 0 | 137 | 0 | 24 | 454 | 132 | 52 |
| Binary | 11001100 | 1011 | 11001101 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011010 | 101010 |
Color Harmonies of #CC0BCD
Complementary color
Monochromatic Colors of #CC0BCD
Black with #CC0BCD
Text Example
Text Example
White with #CC0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BCD; }
p { color: rgb(204,11,205); }
H1.HeaderClassName
{
color: #CC0BCD;
}
.AnyTagClassName
{
color: #CC0BCD;
}
</style>
background-color css
<style>
a { background-color: #CC0BCD; }
a { background-color: rgb(204,11,205); }
div.DivClassName
{
background-color: #CC0BCD;
}
.BgClassName
{
background-color: #CC0BCD;
}
</style>
border-color css
<style>
span { border-color: #CC0BCD; }
span { border-color: rgb(204,11,205); }
td.TdClassName
{
border-color: #CC0BCD;
}
.TagClassName
{
border-color: #CC0BCD;
}
</style>