Shades of Deep Magenta #CC0BD3
Tints of Deep Magenta #CC0BD3
RGB
CMYK
RGB Variations
Color information
#CC0BD3 (or 0xCC0BD3) is known color: Deep Magenta. HEX triplet: CC, 0B and D3. RGB value is (204,11,211). Sum of RGB (Red+Green+Blue) = 204+11+211=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC0BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BD3 is #33F42C. Grayscale: #5A5A5A. Windows color (decimal): -3404845 or 13831116. OLE color: 13831116.
HSL color Cylindrical-coordinate representation of color #CC0BD3: hue angle of 297.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BD3 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 11 | 211 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.17 |
| HSL | 297.9º | 0.9% | 0.44% | - |
| HSV(B) | 297.9º | 0.95% | 0.83% | - |
| XYZ | 36.78 | 17.78 | 63.12 | - |
| YUV | 91.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 211 | 0.03 | 0.95 | 0 | 0.17 | 297.9 | 0.9 | 0.44 |
| Hex | CC | B | D3 | 3 | 5F | 0 | 11 | 12A | 5A | 2C |
| Octal | 314 | 13 | 323 | 3 | 137 | 0 | 21 | 452 | 132 | 54 |
| Binary | 11001100 | 1011 | 11010011 | 11 | 1011111 | 0 | 10001 | 100101010 | 1011010 | 101100 |
Color Harmonies of #CC0BD3
Complementary color
Monochromatic Colors of #CC0BD3
Black with #CC0BD3
Text Example
Text Example
White with #CC0BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BD3; }
p { color: rgb(204,11,211); }
H1.HeaderClassName
{
color: #CC0BD3;
}
.AnyTagClassName
{
color: #CC0BD3;
}
</style>
background-color css
<style>
a { background-color: #CC0BD3; }
a { background-color: rgb(204,11,211); }
div.DivClassName
{
background-color: #CC0BD3;
}
.BgClassName
{
background-color: #CC0BD3;
}
</style>
border-color css
<style>
span { border-color: #CC0BD3; }
span { border-color: rgb(204,11,211); }
td.TdClassName
{
border-color: #CC0BD3;
}
.TagClassName
{
border-color: #CC0BD3;
}
</style>