Shades of Deep Magenta #CD2ADD
Tints of Deep Magenta #CD2ADD
RGB
CMYK
RGB Variations
Color information
#CD2ADD (or 0xCD2ADD) is known color: Deep Magenta. HEX triplet: CD, 2A and DD. RGB value is (205,42,221). Sum of RGB (Red+Green+Blue) = 205+42+221=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ADD is #32D522. Grayscale: #6E6E6E. Windows color (decimal): -3331363 or 14494413. OLE color: 14494413.
HSL color Cylindrical-coordinate representation of color #CD2ADD: hue angle of 294.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2ADD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 42 | 221 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 294.64º | 0.72% | 0.52% | - |
| HSV(B) | 294.64º | 0.81% | 0.87% | - |
| XYZ | 39.06 | 19.86 | 70.18 | - |
| YUV | 111.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 221 | 0.07 | 0.81 | 0 | 0.13 | 294.64 | 0.72 | 0.52 |
| Hex | CD | 2A | DD | 7 | 51 | 0 | D | 127 | 48 | 34 |
| Octal | 315 | 52 | 335 | 7 | 121 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001101 | 101010 | 11011101 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2ADD
Complementary color
Monochromatic Colors of #CD2ADD
Black with #CD2ADD
Text Example
Text Example
White with #CD2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2ADD; }
p { color: rgb(205,42,221); }
H1.HeaderClassName
{
color: #CD2ADD;
}
.AnyTagClassName
{
color: #CD2ADD;
}
</style>
background-color css
<style>
a { background-color: #CD2ADD; }
a { background-color: rgb(205,42,221); }
div.DivClassName
{
background-color: #CD2ADD;
}
.BgClassName
{
background-color: #CD2ADD;
}
</style>
border-color css
<style>
span { border-color: #CD2ADD; }
span { border-color: rgb(205,42,221); }
td.TdClassName
{
border-color: #CD2ADD;
}
.TagClassName
{
border-color: #CD2ADD;
}
</style>