Shades of Deep Magenta #CD0CBA
Tints of Deep Magenta #CD0CBA
RGB
CMYK
RGB Variations
Color information
#CD0CBA (or 0xCD0CBA) is known color: Deep Magenta. HEX triplet: CD, 0C and BA. RGB value is (205,12,186). Sum of RGB (Red+Green+Blue) = 205+12+186=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CBA is #32F345. Grayscale: #595959. Windows color (decimal): -3339078 or 12192973. OLE color: 12192973.
HSL color Cylindrical-coordinate representation of color #CD0CBA: hue angle of 305.91º 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 #CD0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.20 |
| HSL | 305.91º | 0.89% | 0.43% | - |
| HSV(B) | 305.91º | 0.94% | 0.8% | - |
| XYZ | 34.17 | 16.79 | 47.89 | - |
| YUV | 89.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 186 | 0 | 0.94 | 0.09 | 0.20 | 305.91 | 0.89 | 0.43 |
| Hex | CD | C | BA | 0 | 5E | 9 | 14 | 132 | 59 | 2B |
| Octal | 315 | 14 | 272 | 0 | 136 | 11 | 24 | 462 | 131 | 53 |
| Binary | 11001101 | 1100 | 10111010 | 0 | 1011110 | 1001 | 10100 | 100110010 | 1011001 | 101011 |
Color Harmonies of #CD0CBA
Complementary color
Monochromatic Colors of #CD0CBA
Black with #CD0CBA
Text Example
Text Example
White with #CD0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CBA; }
p { color: rgb(205,12,186); }
H1.HeaderClassName
{
color: #CD0CBA;
}
.AnyTagClassName
{
color: #CD0CBA;
}
</style>
background-color css
<style>
a { background-color: #CD0CBA; }
a { background-color: rgb(205,12,186); }
div.DivClassName
{
background-color: #CD0CBA;
}
.BgClassName
{
background-color: #CD0CBA;
}
</style>
border-color css
<style>
span { border-color: #CD0CBA; }
span { border-color: rgb(205,12,186); }
td.TdClassName
{
border-color: #CD0CBA;
}
.TagClassName
{
border-color: #CD0CBA;
}
</style>