Shades of Deep Magenta #CE1DDD
Tints of Deep Magenta #CE1DDD
RGB
CMYK
RGB Variations
Color information
#CE1DDD (or 0xCE1DDD) is known color: Deep Magenta. HEX triplet: CE, 1D and DD. RGB value is (206,29,221). Sum of RGB (Red+Green+Blue) = 206+29+221=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DDD is #31E222. Grayscale: #676767. Windows color (decimal): -3269155 or 14491086. OLE color: 14491086.
HSL color Cylindrical-coordinate representation of color #CE1DDD: hue angle of 295.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1DDD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 29 | 221 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.13 |
| HSL | 295.31º | 0.77% | 0.49% | - |
| HSV(B) | 295.31º | 0.87% | 0.87% | - |
| XYZ | 38.94 | 19.22 | 70.06 | - |
| YUV | 103.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 221 | 0.07 | 0.87 | 0 | 0.13 | 295.31 | 0.77 | 0.49 |
| Hex | CE | 1D | DD | 7 | 57 | 0 | D | 127 | 4D | 31 |
| Octal | 316 | 35 | 335 | 7 | 127 | 0 | 15 | 447 | 115 | 61 |
| Binary | 11001110 | 11101 | 11011101 | 111 | 1010111 | 0 | 1101 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CE1DDD
Complementary color
Monochromatic Colors of #CE1DDD
Black with #CE1DDD
Text Example
Text Example
White with #CE1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DDD; }
p { color: rgb(206,29,221); }
H1.HeaderClassName
{
color: #CE1DDD;
}
.AnyTagClassName
{
color: #CE1DDD;
}
</style>
background-color css
<style>
a { background-color: #CE1DDD; }
a { background-color: rgb(206,29,221); }
div.DivClassName
{
background-color: #CE1DDD;
}
.BgClassName
{
background-color: #CE1DDD;
}
</style>
border-color css
<style>
span { border-color: #CE1DDD; }
span { border-color: rgb(206,29,221); }
td.TdClassName
{
border-color: #CE1DDD;
}
.TagClassName
{
border-color: #CE1DDD;
}
</style>