Shades of Deep Magenta #CE1EC5
Tints of Deep Magenta #CE1EC5
RGB
CMYK
RGB Variations
Color information
#CE1EC5 (or 0xCE1EC5) is known color: Deep Magenta. HEX triplet: CE, 1E and C5. RGB value is (206,30,197). Sum of RGB (Red+Green+Blue) = 206+30+197=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EC5 is #31E13A. Grayscale: #656565. Windows color (decimal): -3268923 or 12918478. OLE color: 12918478.
HSL color Cylindrical-coordinate representation of color #CE1EC5: hue angle of 303.07º 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 #CE1EC5 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 197 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 303.07º | 0.75% | 0.46% | - |
| HSV(B) | 303.07º | 0.85% | 0.81% | - |
| XYZ | 36 | 18.08 | 54.42 | - |
| YUV | 101.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 197 | 0 | 0.85 | 0.04 | 0.19 | 303.07 | 0.75 | 0.46 |
| Hex | CE | 1E | C5 | 0 | 55 | 4 | 13 | 12F | 4B | 2E |
| Octal | 316 | 36 | 305 | 0 | 125 | 4 | 23 | 457 | 113 | 56 |
| Binary | 11001110 | 11110 | 11000101 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001011 | 101110 |
Color Harmonies of #CE1EC5
Complementary color
Monochromatic Colors of #CE1EC5
Black with #CE1EC5
Text Example
Text Example
White with #CE1EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EC5; }
p { color: rgb(206,30,197); }
H1.HeaderClassName
{
color: #CE1EC5;
}
.AnyTagClassName
{
color: #CE1EC5;
}
</style>
background-color css
<style>
a { background-color: #CE1EC5; }
a { background-color: rgb(206,30,197); }
div.DivClassName
{
background-color: #CE1EC5;
}
.BgClassName
{
background-color: #CE1EC5;
}
</style>
border-color css
<style>
span { border-color: #CE1EC5; }
span { border-color: rgb(206,30,197); }
td.TdClassName
{
border-color: #CE1EC5;
}
.TagClassName
{
border-color: #CE1EC5;
}
</style>