Shades of Deep Magenta #CD0CBE
Tints of Deep Magenta #CD0CBE
RGB
CMYK
RGB Variations
Color information
#CD0CBE (or 0xCD0CBE) is known color: Deep Magenta. HEX triplet: CD, 0C and BE. RGB value is (205,12,190). Sum of RGB (Red+Green+Blue) = 205+12+190=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CBE is #32F341. Grayscale: #595959. Windows color (decimal): -3339074 or 12455117. OLE color: 12455117.
HSL color Cylindrical-coordinate representation of color #CD0CBE: hue angle of 304.66º 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 #CD0CBE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.20 |
| HSL | 304.66º | 0.89% | 0.43% | - |
| HSV(B) | 304.66º | 0.94% | 0.8% | - |
| XYZ | 34.6 | 16.96 | 50.17 | - |
| YUV | 90 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 190 | 0 | 0.94 | 0.07 | 0.20 | 304.66 | 0.89 | 0.43 |
| Hex | CD | C | BE | 0 | 5E | 7 | 14 | 131 | 59 | 2B |
| Octal | 315 | 14 | 276 | 0 | 136 | 7 | 24 | 461 | 131 | 53 |
| Binary | 11001101 | 1100 | 10111110 | 0 | 1011110 | 111 | 10100 | 100110001 | 1011001 | 101011 |
Color Harmonies of #CD0CBE
Complementary color
Monochromatic Colors of #CD0CBE
Black with #CD0CBE
Text Example
Text Example
White with #CD0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CBE; }
p { color: rgb(205,12,190); }
H1.HeaderClassName
{
color: #CD0CBE;
}
.AnyTagClassName
{
color: #CD0CBE;
}
</style>
background-color css
<style>
a { background-color: #CD0CBE; }
a { background-color: rgb(205,12,190); }
div.DivClassName
{
background-color: #CD0CBE;
}
.BgClassName
{
background-color: #CD0CBE;
}
</style>
border-color css
<style>
span { border-color: #CD0CBE; }
span { border-color: rgb(205,12,190); }
td.TdClassName
{
border-color: #CD0CBE;
}
.TagClassName
{
border-color: #CD0CBE;
}
</style>