Shades of Deep Magenta #CE1ECF
Tints of Deep Magenta #CE1ECF
RGB
CMYK
RGB Variations
Color information
#CE1ECF (or 0xCE1ECF) is known color: Deep Magenta. HEX triplet: CE, 1E and CF. RGB value is (206,30,207). Sum of RGB (Red+Green+Blue) = 206+30+207=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ECF is #31E130. Grayscale: #666666. Windows color (decimal): -3268913 or 13573838. OLE color: 13573838.
HSL color Cylindrical-coordinate representation of color #CE1ECF: hue angle of 299.66º 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 #CE1ECF is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 207 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.19 |
| HSL | 299.66º | 0.75% | 0.46% | - |
| HSV(B) | 299.66º | 0.86% | 0.81% | - |
| XYZ | 37.18 | 18.56 | 60.65 | - |
| YUV | 102.8 | 186.81 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 207 | 0.00 | 0.86 | 0 | 0.19 | 299.66 | 0.75 | 0.46 |
| Hex | CE | 1E | CF | 0 | 56 | 0 | 13 | 12C | 4B | 2E |
| Octal | 316 | 36 | 317 | 0 | 126 | 0 | 23 | 454 | 113 | 56 |
| Binary | 11001110 | 11110 | 11001111 | 0 | 1010110 | 0 | 10011 | 100101100 | 1001011 | 101110 |
Color Harmonies of #CE1ECF
Complementary color
Monochromatic Colors of #CE1ECF
Black with #CE1ECF
Text Example
Text Example
White with #CE1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ECF; }
p { color: rgb(206,30,207); }
H1.HeaderClassName
{
color: #CE1ECF;
}
.AnyTagClassName
{
color: #CE1ECF;
}
</style>
background-color css
<style>
a { background-color: #CE1ECF; }
a { background-color: rgb(206,30,207); }
div.DivClassName
{
background-color: #CE1ECF;
}
.BgClassName
{
background-color: #CE1ECF;
}
</style>
border-color css
<style>
span { border-color: #CE1ECF; }
span { border-color: rgb(206,30,207); }
td.TdClassName
{
border-color: #CE1ECF;
}
.TagClassName
{
border-color: #CE1ECF;
}
</style>