Shades of Deep Magenta #CE1EDD
Tints of Deep Magenta #CE1EDD
RGB
CMYK
RGB Variations
Color information
#CE1EDD (or 0xCE1EDD) is known color: Deep Magenta. HEX triplet: CE, 1E and DD. RGB value is (206,30,221). Sum of RGB (Red+Green+Blue) = 206+30+221=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EDD is #31E122. Grayscale: #676767. Windows color (decimal): -3268899 or 14491342. OLE color: 14491342.
HSL color Cylindrical-coordinate representation of color #CE1EDD: hue angle of 295.29º 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 #CE1EDD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 30 | 221 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.13 |
| HSL | 295.29º | 0.76% | 0.49% | - |
| HSV(B) | 295.29º | 0.86% | 0.87% | - |
| XYZ | 38.97 | 19.27 | 70.07 | - |
| YUV | 104.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 221 | 0.07 | 0.86 | 0 | 0.13 | 295.29 | 0.76 | 0.49 |
| Hex | CE | 1E | DD | 7 | 56 | 0 | D | 127 | 4C | 31 |
| Octal | 316 | 36 | 335 | 7 | 126 | 0 | 15 | 447 | 114 | 61 |
| Binary | 11001110 | 11110 | 11011101 | 111 | 1010110 | 0 | 1101 | 100100111 | 1001100 | 110001 |
Color Harmonies of #CE1EDD
Complementary color
Monochromatic Colors of #CE1EDD
Black with #CE1EDD
Text Example
Text Example
White with #CE1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EDD; }
p { color: rgb(206,30,221); }
H1.HeaderClassName
{
color: #CE1EDD;
}
.AnyTagClassName
{
color: #CE1EDD;
}
</style>
background-color css
<style>
a { background-color: #CE1EDD; }
a { background-color: rgb(206,30,221); }
div.DivClassName
{
background-color: #CE1EDD;
}
.BgClassName
{
background-color: #CE1EDD;
}
</style>
border-color css
<style>
span { border-color: #CE1EDD; }
span { border-color: rgb(206,30,221); }
td.TdClassName
{
border-color: #CE1EDD;
}
.TagClassName
{
border-color: #CE1EDD;
}
</style>