Shades of Deep Magenta #CE1DC0
Tints of Deep Magenta #CE1DC0
RGB
CMYK
RGB Variations
Color information
#CE1DC0 (or 0xCE1DC0) is known color: Deep Magenta. HEX triplet: CE, 1D and C0. RGB value is (206,29,192). Sum of RGB (Red+Green+Blue) = 206+29+192=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC0 is #31E23F. Grayscale: #646464. Windows color (decimal): -3269184 or 12590542. OLE color: 12590542.
HSL color Cylindrical-coordinate representation of color #CE1DC0: hue angle of 304.75º 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 #CE1DC0 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 192 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.19 |
| HSL | 304.75º | 0.75% | 0.46% | - |
| HSV(B) | 304.75º | 0.86% | 0.81% | - |
| XYZ | 35.41 | 17.81 | 51.44 | - |
| YUV | 100.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 192 | 0 | 0.86 | 0.07 | 0.19 | 304.75 | 0.75 | 0.46 |
| Hex | CE | 1D | C0 | 0 | 56 | 7 | 13 | 131 | 4B | 2E |
| Octal | 316 | 35 | 300 | 0 | 126 | 7 | 23 | 461 | 113 | 56 |
| Binary | 11001110 | 11101 | 11000000 | 0 | 1010110 | 111 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CE1DC0
Complementary color
Monochromatic Colors of #CE1DC0
Black with #CE1DC0
Text Example
Text Example
White with #CE1DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DC0; }
p { color: rgb(206,29,192); }
H1.HeaderClassName
{
color: #CE1DC0;
}
.AnyTagClassName
{
color: #CE1DC0;
}
</style>
background-color css
<style>
a { background-color: #CE1DC0; }
a { background-color: rgb(206,29,192); }
div.DivClassName
{
background-color: #CE1DC0;
}
.BgClassName
{
background-color: #CE1DC0;
}
</style>
border-color css
<style>
span { border-color: #CE1DC0; }
span { border-color: rgb(206,29,192); }
td.TdClassName
{
border-color: #CE1DC0;
}
.TagClassName
{
border-color: #CE1DC0;
}
</style>