Shades of Deep Magenta #CC0BDE
Tints of Deep Magenta #CC0BDE
RGB
CMYK
RGB Variations
Color information
#CC0BDE (or 0xCC0BDE) is known color: Deep Magenta. HEX triplet: CC, 0B and DE. RGB value is (204,11,222). Sum of RGB (Red+Green+Blue) = 204+11+222=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BDE is #33F421. Grayscale: #5C5C5C. Windows color (decimal): -3404834 or 14552012. OLE color: 14552012.
HSL color Cylindrical-coordinate representation of color #CC0BDE: hue angle of 294.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BDE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 11 | 222 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 294.88º | 0.91% | 0.46% | - |
| HSV(B) | 294.88º | 0.95% | 0.87% | - |
| XYZ | 38.21 | 18.35 | 70.64 | - |
| YUV | 92.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 222 | 0.08 | 0.95 | 0 | 0.13 | 294.88 | 0.91 | 0.46 |
| Hex | CC | B | DE | 8 | 5F | 0 | D | 127 | 5B | 2E |
| Octal | 314 | 13 | 336 | 10 | 137 | 0 | 15 | 447 | 133 | 56 |
| Binary | 11001100 | 1011 | 11011110 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011011 | 101110 |
Color Harmonies of #CC0BDE
Complementary color
Monochromatic Colors of #CC0BDE
Black with #CC0BDE
Text Example
Text Example
White with #CC0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BDE; }
p { color: rgb(204,11,222); }
H1.HeaderClassName
{
color: #CC0BDE;
}
.AnyTagClassName
{
color: #CC0BDE;
}
</style>
background-color css
<style>
a { background-color: #CC0BDE; }
a { background-color: rgb(204,11,222); }
div.DivClassName
{
background-color: #CC0BDE;
}
.BgClassName
{
background-color: #CC0BDE;
}
</style>
border-color css
<style>
span { border-color: #CC0BDE; }
span { border-color: rgb(204,11,222); }
td.TdClassName
{
border-color: #CC0BDE;
}
.TagClassName
{
border-color: #CC0BDE;
}
</style>