Shades of Deep Magenta #CE1EC6
Tints of Deep Magenta #CE1EC6
RGB
CMYK
RGB Variations
Color information
#CE1EC6 (or 0xCE1EC6) is known color: Deep Magenta. HEX triplet: CE, 1E and C6. RGB value is (206,30,198). Sum of RGB (Red+Green+Blue) = 206+30+198=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EC6 is #31E139. Grayscale: #656565. Windows color (decimal): -3268922 or 12984014. OLE color: 12984014.
HSL color Cylindrical-coordinate representation of color #CE1EC6: hue angle of 302.73º 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 #CE1EC6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 198 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 302.73º | 0.75% | 0.46% | - |
| HSV(B) | 302.73º | 0.85% | 0.81% | - |
| XYZ | 36.11 | 18.13 | 55.02 | - |
| YUV | 101.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 198 | 0 | 0.85 | 0.04 | 0.19 | 302.73 | 0.75 | 0.46 |
| Hex | CE | 1E | C6 | 0 | 55 | 4 | 13 | 12F | 4B | 2E |
| Octal | 316 | 36 | 306 | 0 | 125 | 4 | 23 | 457 | 113 | 56 |
| Binary | 11001110 | 11110 | 11000110 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001011 | 101110 |
Color Harmonies of #CE1EC6
Complementary color
Monochromatic Colors of #CE1EC6
Black with #CE1EC6
Text Example
Text Example
White with #CE1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EC6; }
p { color: rgb(206,30,198); }
H1.HeaderClassName
{
color: #CE1EC6;
}
.AnyTagClassName
{
color: #CE1EC6;
}
</style>
background-color css
<style>
a { background-color: #CE1EC6; }
a { background-color: rgb(206,30,198); }
div.DivClassName
{
background-color: #CE1EC6;
}
.BgClassName
{
background-color: #CE1EC6;
}
</style>
border-color css
<style>
span { border-color: #CE1EC6; }
span { border-color: rgb(206,30,198); }
td.TdClassName
{
border-color: #CE1EC6;
}
.TagClassName
{
border-color: #CE1EC6;
}
</style>