Shades of Deep Magenta #CE1CDE
Tints of Deep Magenta #CE1CDE
RGB
CMYK
RGB Variations
Color information
#CE1CDE (or 0xCE1CDE) is known color: Deep Magenta. HEX triplet: CE, 1C and DE. RGB value is (206,28,222). Sum of RGB (Red+Green+Blue) = 206+28+222=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CDE is #31E321. Grayscale: #666666. Windows color (decimal): -3269410 or 14556366. OLE color: 14556366.
HSL color Cylindrical-coordinate representation of color #CE1CDE: hue angle of 295.05º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1CDE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 28 | 222 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.13 |
| HSL | 295.05º | 0.78% | 0.49% | - |
| HSV(B) | 295.05º | 0.87% | 0.87% | - |
| XYZ | 39.05 | 19.23 | 70.76 | - |
| YUV | 103.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 222 | 0.07 | 0.87 | 0 | 0.13 | 295.05 | 0.78 | 0.49 |
| Hex | CE | 1C | DE | 7 | 57 | 0 | D | 127 | 4E | 31 |
| Octal | 316 | 34 | 336 | 7 | 127 | 0 | 15 | 447 | 116 | 61 |
| Binary | 11001110 | 11100 | 11011110 | 111 | 1010111 | 0 | 1101 | 100100111 | 1001110 | 110001 |
Color Harmonies of #CE1CDE
Complementary color
Monochromatic Colors of #CE1CDE
Black with #CE1CDE
Text Example
Text Example
White with #CE1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CDE; }
p { color: rgb(206,28,222); }
H1.HeaderClassName
{
color: #CE1CDE;
}
.AnyTagClassName
{
color: #CE1CDE;
}
</style>
background-color css
<style>
a { background-color: #CE1CDE; }
a { background-color: rgb(206,28,222); }
div.DivClassName
{
background-color: #CE1CDE;
}
.BgClassName
{
background-color: #CE1CDE;
}
</style>
border-color css
<style>
span { border-color: #CE1CDE; }
span { border-color: rgb(206,28,222); }
td.TdClassName
{
border-color: #CE1CDE;
}
.TagClassName
{
border-color: #CE1CDE;
}
</style>