Shades of Deep Magenta #CD1EDE
Tints of Deep Magenta #CD1EDE
RGB
CMYK
RGB Variations
Color information
#CD1EDE (or 0xCD1EDE) is known color: Deep Magenta. HEX triplet: CD, 1E and DE. RGB value is (205,30,222). Sum of RGB (Red+Green+Blue) = 205+30+222=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1EDE is #32E121. Grayscale: #676767. Windows color (decimal): -3334434 or 14556877. OLE color: 14556877.
HSL color Cylindrical-coordinate representation of color #CD1EDE: hue angle of 294.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1EDE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 30 | 222 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.13 |
| HSL | 294.69º | 0.76% | 0.49% | - |
| HSV(B) | 294.69º | 0.86% | 0.87% | - |
| XYZ | 38.83 | 19.18 | 70.76 | - |
| YUV | 104.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 222 | 0.08 | 0.86 | 0 | 0.13 | 294.69 | 0.76 | 0.49 |
| Hex | CD | 1E | DE | 8 | 56 | 0 | D | 127 | 4C | 31 |
| Octal | 315 | 36 | 336 | 10 | 126 | 0 | 15 | 447 | 114 | 61 |
| Binary | 11001101 | 11110 | 11011110 | 1000 | 1010110 | 0 | 1101 | 100100111 | 1001100 | 110001 |
Color Harmonies of #CD1EDE
Complementary color
Monochromatic Colors of #CD1EDE
Black with #CD1EDE
Text Example
Text Example
White with #CD1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1EDE; }
p { color: rgb(205,30,222); }
H1.HeaderClassName
{
color: #CD1EDE;
}
.AnyTagClassName
{
color: #CD1EDE;
}
</style>
background-color css
<style>
a { background-color: #CD1EDE; }
a { background-color: rgb(205,30,222); }
div.DivClassName
{
background-color: #CD1EDE;
}
.BgClassName
{
background-color: #CD1EDE;
}
</style>
border-color css
<style>
span { border-color: #CD1EDE; }
span { border-color: rgb(205,30,222); }
td.TdClassName
{
border-color: #CD1EDE;
}
.TagClassName
{
border-color: #CD1EDE;
}
</style>