Shades of Deep Magenta #CE1DC9
Tints of Deep Magenta #CE1DC9
RGB
CMYK
RGB Variations
Color information
#CE1DC9 (or 0xCE1DC9) is known color: Deep Magenta. HEX triplet: CE, 1D and C9. RGB value is (206,29,201). Sum of RGB (Red+Green+Blue) = 206+29+201=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC9 is #31E236. Grayscale: #656565. Windows color (decimal): -3269175 or 13180366. OLE color: 13180366.
HSL color Cylindrical-coordinate representation of color #CE1DC9: hue angle of 301.69º 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 #CE1DC9 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 201 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.19 |
| HSL | 301.69º | 0.75% | 0.46% | - |
| HSV(B) | 301.69º | 0.86% | 0.81% | - |
| XYZ | 36.44 | 18.22 | 56.85 | - |
| YUV | 101.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 201 | 0 | 0.86 | 0.02 | 0.19 | 301.69 | 0.75 | 0.46 |
| Hex | CE | 1D | C9 | 0 | 56 | 2 | 13 | 12E | 4B | 2E |
| Octal | 316 | 35 | 311 | 0 | 126 | 2 | 23 | 456 | 113 | 56 |
| Binary | 11001110 | 11101 | 11001001 | 0 | 1010110 | 10 | 10011 | 100101110 | 1001011 | 101110 |
Color Harmonies of #CE1DC9
Complementary color
Monochromatic Colors of #CE1DC9
Black with #CE1DC9
Text Example
Text Example
White with #CE1DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DC9; }
p { color: rgb(206,29,201); }
H1.HeaderClassName
{
color: #CE1DC9;
}
.AnyTagClassName
{
color: #CE1DC9;
}
</style>
background-color css
<style>
a { background-color: #CE1DC9; }
a { background-color: rgb(206,29,201); }
div.DivClassName
{
background-color: #CE1DC9;
}
.BgClassName
{
background-color: #CE1DC9;
}
</style>
border-color css
<style>
span { border-color: #CE1DC9; }
span { border-color: rgb(206,29,201); }
td.TdClassName
{
border-color: #CE1DC9;
}
.TagClassName
{
border-color: #CE1DC9;
}
</style>