Shades of Deep Magenta #CE1DDF
Tints of Deep Magenta #CE1DDF
RGB
CMYK
RGB Variations
Color information
#CE1DDF (or 0xCE1DDF) is known color: Deep Magenta. HEX triplet: CE, 1D and DF. RGB value is (206,29,223). Sum of RGB (Red+Green+Blue) = 206+29+223=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DDF is #31E220. Grayscale: #676767. Windows color (decimal): -3269153 or 14622158. OLE color: 14622158.
HSL color Cylindrical-coordinate representation of color #CE1DDF: hue angle of 294.74º 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 #CE1DDF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 29 | 223 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.13 |
| HSL | 294.74º | 0.77% | 0.49% | - |
| HSV(B) | 294.74º | 0.87% | 0.87% | - |
| XYZ | 39.21 | 19.33 | 71.48 | - |
| YUV | 104.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 223 | 0.08 | 0.87 | 0 | 0.13 | 294.74 | 0.77 | 0.49 |
| Hex | CE | 1D | DF | 8 | 57 | 0 | D | 127 | 4D | 31 |
| Octal | 316 | 35 | 337 | 10 | 127 | 0 | 15 | 447 | 115 | 61 |
| Binary | 11001110 | 11101 | 11011111 | 1000 | 1010111 | 0 | 1101 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CE1DDF
Complementary color
Monochromatic Colors of #CE1DDF
Black with #CE1DDF
Text Example
Text Example
White with #CE1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DDF; }
p { color: rgb(206,29,223); }
H1.HeaderClassName
{
color: #CE1DDF;
}
.AnyTagClassName
{
color: #CE1DDF;
}
</style>
background-color css
<style>
a { background-color: #CE1DDF; }
a { background-color: rgb(206,29,223); }
div.DivClassName
{
background-color: #CE1DDF;
}
.BgClassName
{
background-color: #CE1DDF;
}
</style>
border-color css
<style>
span { border-color: #CE1DDF; }
span { border-color: rgb(206,29,223); }
td.TdClassName
{
border-color: #CE1DDF;
}
.TagClassName
{
border-color: #CE1DDF;
}
</style>