Shades of Deep Magenta #CD0CB6
Tints of Deep Magenta #CD0CB6
RGB
CMYK
RGB Variations
Color information
#CD0CB6 (or 0xCD0CB6) is known color: Deep Magenta. HEX triplet: CD, 0C and B6. RGB value is (205,12,182). Sum of RGB (Red+Green+Blue) = 205+12+182=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CB6 is #32F349. Grayscale: #585858. Windows color (decimal): -3339082 or 11930829. OLE color: 11930829.
HSL color Cylindrical-coordinate representation of color #CD0CB6: hue angle of 307.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 182 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.20 |
| HSL | 307.15º | 0.89% | 0.43% | - |
| HSV(B) | 307.15º | 0.94% | 0.8% | - |
| XYZ | 33.75 | 16.62 | 45.68 | - |
| YUV | 89.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 182 | 0 | 0.94 | 0.11 | 0.20 | 307.15 | 0.89 | 0.43 |
| Hex | CD | C | B6 | 0 | 5E | B | 14 | 133 | 59 | 2B |
| Octal | 315 | 14 | 266 | 0 | 136 | 13 | 24 | 463 | 131 | 53 |
| Binary | 11001101 | 1100 | 10110110 | 0 | 1011110 | 1011 | 10100 | 100110011 | 1011001 | 101011 |
Color Harmonies of #CD0CB6
Complementary color
Monochromatic Colors of #CD0CB6
Black with #CD0CB6
Text Example
Text Example
White with #CD0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CB6; }
p { color: rgb(205,12,182); }
H1.HeaderClassName
{
color: #CD0CB6;
}
.AnyTagClassName
{
color: #CD0CB6;
}
</style>
background-color css
<style>
a { background-color: #CD0CB6; }
a { background-color: rgb(205,12,182); }
div.DivClassName
{
background-color: #CD0CB6;
}
.BgClassName
{
background-color: #CD0CB6;
}
</style>
border-color css
<style>
span { border-color: #CD0CB6; }
span { border-color: rgb(205,12,182); }
td.TdClassName
{
border-color: #CD0CB6;
}
.TagClassName
{
border-color: #CD0CB6;
}
</style>