Shades of Deep Magenta #CC0BD2
Tints of Deep Magenta #CC0BD2
RGB
CMYK
RGB Variations
Color information
#CC0BD2 (or 0xCC0BD2) is known color: Deep Magenta. HEX triplet: CC, 0B and D2. RGB value is (204,11,210). Sum of RGB (Red+Green+Blue) = 204+11+210=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC0BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BD2 is #33F42D. Grayscale: #5A5A5A. Windows color (decimal): -3404846 or 13765580. OLE color: 13765580.
HSL color Cylindrical-coordinate representation of color #CC0BD2: hue angle of 298.19º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BD2 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 11 | 210 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.18 |
| HSL | 298.19º | 0.9% | 0.43% | - |
| HSV(B) | 298.19º | 0.95% | 0.82% | - |
| XYZ | 36.65 | 17.73 | 62.46 | - |
| YUV | 91.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 210 | 0.03 | 0.95 | 0 | 0.18 | 298.19 | 0.9 | 0.43 |
| Hex | CC | B | D2 | 3 | 5F | 0 | 12 | 12A | 5A | 2B |
| Octal | 314 | 13 | 322 | 3 | 137 | 0 | 22 | 452 | 132 | 53 |
| Binary | 11001100 | 1011 | 11010010 | 11 | 1011111 | 0 | 10010 | 100101010 | 1011010 | 101011 |
Color Harmonies of #CC0BD2
Complementary color
Monochromatic Colors of #CC0BD2
Black with #CC0BD2
Text Example
Text Example
White with #CC0BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BD2; }
p { color: rgb(204,11,210); }
H1.HeaderClassName
{
color: #CC0BD2;
}
.AnyTagClassName
{
color: #CC0BD2;
}
</style>
background-color css
<style>
a { background-color: #CC0BD2; }
a { background-color: rgb(204,11,210); }
div.DivClassName
{
background-color: #CC0BD2;
}
.BgClassName
{
background-color: #CC0BD2;
}
</style>
border-color css
<style>
span { border-color: #CC0BD2; }
span { border-color: rgb(204,11,210); }
td.TdClassName
{
border-color: #CC0BD2;
}
.TagClassName
{
border-color: #CC0BD2;
}
</style>