Shades of Deep Magenta #CE1DC8
Tints of Deep Magenta #CE1DC8
RGB
CMYK
RGB Variations
Color information
#CE1DC8 (or 0xCE1DC8) is known color: Deep Magenta. HEX triplet: CE, 1D and C8. RGB value is (206,29,200). Sum of RGB (Red+Green+Blue) = 206+29+200=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC8 is #31E237. Grayscale: #646464. Windows color (decimal): -3269176 or 13114830. OLE color: 13114830.
HSL color Cylindrical-coordinate representation of color #CE1DC8: hue angle of 302.03º 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 #CE1DC8 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 200 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.19 |
| HSL | 302.03º | 0.75% | 0.46% | - |
| HSV(B) | 302.03º | 0.86% | 0.81% | - |
| XYZ | 36.32 | 18.17 | 56.24 | - |
| YUV | 101.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 200 | 0 | 0.86 | 0.03 | 0.19 | 302.03 | 0.75 | 0.46 |
| Hex | CE | 1D | C8 | 0 | 56 | 3 | 13 | 12E | 4B | 2E |
| Octal | 316 | 35 | 310 | 0 | 126 | 3 | 23 | 456 | 113 | 56 |
| Binary | 11001110 | 11101 | 11001000 | 0 | 1010110 | 11 | 10011 | 100101110 | 1001011 | 101110 |
Color Harmonies of #CE1DC8
Complementary color
Monochromatic Colors of #CE1DC8
Black with #CE1DC8
Text Example
Text Example
White with #CE1DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DC8; }
p { color: rgb(206,29,200); }
H1.HeaderClassName
{
color: #CE1DC8;
}
.AnyTagClassName
{
color: #CE1DC8;
}
</style>
background-color css
<style>
a { background-color: #CE1DC8; }
a { background-color: rgb(206,29,200); }
div.DivClassName
{
background-color: #CE1DC8;
}
.BgClassName
{
background-color: #CE1DC8;
}
</style>
border-color css
<style>
span { border-color: #CE1DC8; }
span { border-color: rgb(206,29,200); }
td.TdClassName
{
border-color: #CE1DC8;
}
.TagClassName
{
border-color: #CE1DC8;
}
</style>