Shades of Deep Magenta #CE1ED7
Tints of Deep Magenta #CE1ED7
RGB
CMYK
RGB Variations
Color information
#CE1ED7 (or 0xCE1ED7) is known color: Deep Magenta. HEX triplet: CE, 1E and D7. RGB value is (206,30,215). Sum of RGB (Red+Green+Blue) = 206+30+215=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE1ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ED7 is #31E128. Grayscale: #676767. Windows color (decimal): -3268905 or 14098126. OLE color: 14098126.
HSL color Cylindrical-coordinate representation of color #CE1ED7: hue angle of 297.08º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1ED7 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 30 | 215 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.16 |
| HSL | 297.08º | 0.76% | 0.48% | - |
| HSV(B) | 297.08º | 0.86% | 0.84% | - |
| XYZ | 38.18 | 18.96 | 65.94 | - |
| YUV | 103.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 215 | 0.04 | 0.86 | 0 | 0.16 | 297.08 | 0.76 | 0.48 |
| Hex | CE | 1E | D7 | 4 | 56 | 0 | 10 | 129 | 4C | 30 |
| Octal | 316 | 36 | 327 | 4 | 126 | 0 | 20 | 451 | 114 | 60 |
| Binary | 11001110 | 11110 | 11010111 | 100 | 1010110 | 0 | 10000 | 100101001 | 1001100 | 110000 |
Color Harmonies of #CE1ED7
Complementary color
Monochromatic Colors of #CE1ED7
Black with #CE1ED7
Text Example
Text Example
White with #CE1ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ED7; }
p { color: rgb(206,30,215); }
H1.HeaderClassName
{
color: #CE1ED7;
}
.AnyTagClassName
{
color: #CE1ED7;
}
</style>
background-color css
<style>
a { background-color: #CE1ED7; }
a { background-color: rgb(206,30,215); }
div.DivClassName
{
background-color: #CE1ED7;
}
.BgClassName
{
background-color: #CE1ED7;
}
</style>
border-color css
<style>
span { border-color: #CE1ED7; }
span { border-color: rgb(206,30,215); }
td.TdClassName
{
border-color: #CE1ED7;
}
.TagClassName
{
border-color: #CE1ED7;
}
</style>