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