Shades of Deep Magenta #CC0BDD
Tints of Deep Magenta #CC0BDD
RGB
CMYK
RGB Variations
Color information
#CC0BDD (or 0xCC0BDD) is known color: Deep Magenta. HEX triplet: CC, 0B and DD. RGB value is (204,11,221). Sum of RGB (Red+Green+Blue) = 204+11+221=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BDD is #33F422. Grayscale: #5C5C5C. Windows color (decimal): -3404835 or 14486476. OLE color: 14486476.
HSL color Cylindrical-coordinate representation of color #CC0BDD: hue angle of 295.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BDD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 11 | 221 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 295.14º | 0.91% | 0.45% | - |
| HSV(B) | 295.14º | 0.95% | 0.87% | - |
| XYZ | 38.07 | 18.3 | 69.93 | - |
| YUV | 92.65 | 200.44 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 221 | 0.08 | 0.95 | 0 | 0.13 | 295.14 | 0.91 | 0.45 |
| Hex | CC | B | DD | 8 | 5F | 0 | D | 127 | 5B | 2D |
| Octal | 314 | 13 | 335 | 10 | 137 | 0 | 15 | 447 | 133 | 55 |
| Binary | 11001100 | 1011 | 11011101 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011011 | 101101 |
Color Harmonies of #CC0BDD
Complementary color
Monochromatic Colors of #CC0BDD
Black with #CC0BDD
Text Example
Text Example
White with #CC0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BDD; }
p { color: rgb(204,11,221); }
H1.HeaderClassName
{
color: #CC0BDD;
}
.AnyTagClassName
{
color: #CC0BDD;
}
</style>
background-color css
<style>
a { background-color: #CC0BDD; }
a { background-color: rgb(204,11,221); }
div.DivClassName
{
background-color: #CC0BDD;
}
.BgClassName
{
background-color: #CC0BDD;
}
</style>
border-color css
<style>
span { border-color: #CC0BDD; }
span { border-color: rgb(204,11,221); }
td.TdClassName
{
border-color: #CC0BDD;
}
.TagClassName
{
border-color: #CC0BDD;
}
</style>