Shades of Deep Magenta #CE1DCE
Tints of Deep Magenta #CE1DCE
RGB
CMYK
RGB Variations
Color information
#CE1DCE (or 0xCE1DCE) is known color: Deep Magenta. HEX triplet: CE, 1D and CE. RGB value is (206,29,206). Sum of RGB (Red+Green+Blue) = 206+29+206=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE1DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DCE is #31E231. Grayscale: #656565. Windows color (decimal): -3269170 or 13508046. OLE color: 13508046.
HSL color Cylindrical-coordinate representation of color #CE1DCE: hue angle of 300º 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 #CE1DCE is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 206 | - |
| CMYK | 0 | 0.86 | 0 | 0.19 |
| HSL | 300º | 0.75% | 0.46% | - |
| HSV(B) | 300º | 0.86% | 0.81% | - |
| XYZ | 37.03 | 18.46 | 60 | - |
| YUV | 102.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 206 | 0 | 0.86 | 0 | 0.19 | 300 | 0.75 | 0.46 |
| Hex | CE | 1D | CE | 0 | 56 | 0 | 13 | 12C | 4B | 2E |
| Octal | 316 | 35 | 316 | 0 | 126 | 0 | 23 | 454 | 113 | 56 |
| Binary | 11001110 | 11101 | 11001110 | 0 | 1010110 | 0 | 10011 | 100101100 | 1001011 | 101110 |
Color Harmonies of #CE1DCE
Complementary color
Monochromatic Colors of #CE1DCE
Black with #CE1DCE
Text Example
Text Example
White with #CE1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DCE; }
p { color: rgb(206,29,206); }
H1.HeaderClassName
{
color: #CE1DCE;
}
.AnyTagClassName
{
color: #CE1DCE;
}
</style>
background-color css
<style>
a { background-color: #CE1DCE; }
a { background-color: rgb(206,29,206); }
div.DivClassName
{
background-color: #CE1DCE;
}
.BgClassName
{
background-color: #CE1DCE;
}
</style>
border-color css
<style>
span { border-color: #CE1DCE; }
span { border-color: rgb(206,29,206); }
td.TdClassName
{
border-color: #CE1DCE;
}
.TagClassName
{
border-color: #CE1DCE;
}
</style>