Shades of Deep Magenta #CE1DCD
Tints of Deep Magenta #CE1DCD
RGB
CMYK
RGB Variations
Color information
#CE1DCD (or 0xCE1DCD) is known color: Deep Magenta. HEX triplet: CE, 1D and CD. RGB value is (206,29,205). Sum of RGB (Red+Green+Blue) = 206+29+205=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DCD is #31E232. Grayscale: #656565. Windows color (decimal): -3269171 or 13442510. OLE color: 13442510.
HSL color Cylindrical-coordinate representation of color #CE1DCD: hue angle of 300.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DCD is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 205 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.19 |
| HSL | 300.34º | 0.75% | 0.46% | - |
| HSV(B) | 300.34º | 0.86% | 0.81% | - |
| XYZ | 36.91 | 18.41 | 59.37 | - |
| YUV | 101.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 205 | 0 | 0.86 | 0.00 | 0.19 | 300.34 | 0.75 | 0.46 |
| Hex | CE | 1D | CD | 0 | 56 | 0 | 13 | 12C | 4B | 2E |
| Octal | 316 | 35 | 315 | 0 | 126 | 0 | 23 | 454 | 113 | 56 |
| Binary | 11001110 | 11101 | 11001101 | 0 | 1010110 | 0 | 10011 | 100101100 | 1001011 | 101110 |
Color Harmonies of #CE1DCD
Complementary color
Monochromatic Colors of #CE1DCD
Black with #CE1DCD
Text Example
Text Example
White with #CE1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DCD; }
p { color: rgb(206,29,205); }
H1.HeaderClassName
{
color: #CE1DCD;
}
.AnyTagClassName
{
color: #CE1DCD;
}
</style>
background-color css
<style>
a { background-color: #CE1DCD; }
a { background-color: rgb(206,29,205); }
div.DivClassName
{
background-color: #CE1DCD;
}
.BgClassName
{
background-color: #CE1DCD;
}
</style>
border-color css
<style>
span { border-color: #CE1DCD; }
span { border-color: rgb(206,29,205); }
td.TdClassName
{
border-color: #CE1DCD;
}
.TagClassName
{
border-color: #CE1DCD;
}
</style>