Shades of Deep Magenta #CE1ECE
Tints of Deep Magenta #CE1ECE
RGB
CMYK
RGB Variations
Color information
#CE1ECE (or 0xCE1ECE) is known color: Deep Magenta. HEX triplet: CE, 1E and CE. RGB value is (206,30,206). Sum of RGB (Red+Green+Blue) = 206+30+206=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ECE is #31E131. Grayscale: #666666. Windows color (decimal): -3268914 or 13508302. OLE color: 13508302.
HSL color Cylindrical-coordinate representation of color #CE1ECE: hue angle of 300º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1ECE is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 206 | - |
| CMYK | 0 | 0.85 | 0 | 0.19 |
| HSL | 300º | 0.75% | 0.46% | - |
| HSV(B) | 300º | 0.85% | 0.81% | - |
| XYZ | 37.06 | 18.51 | 60.01 | - |
| YUV | 102.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 206 | 0 | 0.85 | 0 | 0.19 | 300 | 0.75 | 0.46 |
| Hex | CE | 1E | CE | 0 | 55 | 0 | 13 | 12C | 4B | 2E |
| Octal | 316 | 36 | 316 | 0 | 125 | 0 | 23 | 454 | 113 | 56 |
| Binary | 11001110 | 11110 | 11001110 | 0 | 1010101 | 0 | 10011 | 100101100 | 1001011 | 101110 |
Color Harmonies of #CE1ECE
Complementary color
Monochromatic Colors of #CE1ECE
Black with #CE1ECE
Text Example
Text Example
White with #CE1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ECE; }
p { color: rgb(206,30,206); }
H1.HeaderClassName
{
color: #CE1ECE;
}
.AnyTagClassName
{
color: #CE1ECE;
}
</style>
background-color css
<style>
a { background-color: #CE1ECE; }
a { background-color: rgb(206,30,206); }
div.DivClassName
{
background-color: #CE1ECE;
}
.BgClassName
{
background-color: #CE1ECE;
}
</style>
border-color css
<style>
span { border-color: #CE1ECE; }
span { border-color: rgb(206,30,206); }
td.TdClassName
{
border-color: #CE1ECE;
}
.TagClassName
{
border-color: #CE1ECE;
}
</style>