Shades of Deep Magenta #CD0ADE
Tints of Deep Magenta #CD0ADE
RGB
CMYK
RGB Variations
Color information
#CD0ADE (or 0xCD0ADE) is known color: Deep Magenta. HEX triplet: CD, 0A and DE. RGB value is (205,10,222). Sum of RGB (Red+Green+Blue) = 205+10+222=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ADE is #32F521. Grayscale: #5B5B5B. Windows color (decimal): -3339554 or 14551757. OLE color: 14551757.
HSL color Cylindrical-coordinate representation of color #CD0ADE: hue angle of 295.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0ADE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 10 | 222 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 295.19º | 0.91% | 0.45% | - |
| HSV(B) | 295.19º | 0.95% | 0.87% | - |
| XYZ | 38.47 | 18.47 | 70.64 | - |
| YUV | 92.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 222 | 0.08 | 0.95 | 0 | 0.13 | 295.19 | 0.91 | 0.45 |
| Hex | CD | A | DE | 8 | 5F | 0 | D | 127 | 5B | 2D |
| Octal | 315 | 12 | 336 | 10 | 137 | 0 | 15 | 447 | 133 | 55 |
| Binary | 11001101 | 1010 | 11011110 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011011 | 101101 |
Color Harmonies of #CD0ADE
Complementary color
Monochromatic Colors of #CD0ADE
Black with #CD0ADE
Text Example
Text Example
White with #CD0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0ADE; }
p { color: rgb(205,10,222); }
H1.HeaderClassName
{
color: #CD0ADE;
}
.AnyTagClassName
{
color: #CD0ADE;
}
</style>
background-color css
<style>
a { background-color: #CD0ADE; }
a { background-color: rgb(205,10,222); }
div.DivClassName
{
background-color: #CD0ADE;
}
.BgClassName
{
background-color: #CD0ADE;
}
</style>
border-color css
<style>
span { border-color: #CD0ADE; }
span { border-color: rgb(205,10,222); }
td.TdClassName
{
border-color: #CD0ADE;
}
.TagClassName
{
border-color: #CD0ADE;
}
</style>