Shades of Deep Magenta #CE1EC2
Tints of Deep Magenta #CE1EC2
RGB
CMYK
RGB Variations
Color information
#CE1EC2 (or 0xCE1EC2) is known color: Deep Magenta. HEX triplet: CE, 1E and C2. RGB value is (206,30,194). Sum of RGB (Red+Green+Blue) = 206+30+194=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EC2 is #31E13D. Grayscale: #646464. Windows color (decimal): -3268926 or 12721870. OLE color: 12721870.
HSL color Cylindrical-coordinate representation of color #CE1EC2: hue angle of 304.09º 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 #CE1EC2 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 194 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.19 |
| HSL | 304.09º | 0.75% | 0.46% | - |
| HSV(B) | 304.09º | 0.85% | 0.81% | - |
| XYZ | 35.66 | 17.95 | 52.62 | - |
| YUV | 101.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 194 | 0 | 0.85 | 0.06 | 0.19 | 304.09 | 0.75 | 0.46 |
| Hex | CE | 1E | C2 | 0 | 55 | 6 | 13 | 130 | 4B | 2E |
| Octal | 316 | 36 | 302 | 0 | 125 | 6 | 23 | 460 | 113 | 56 |
| Binary | 11001110 | 11110 | 11000010 | 0 | 1010101 | 110 | 10011 | 100110000 | 1001011 | 101110 |
Color Harmonies of #CE1EC2
Complementary color
Monochromatic Colors of #CE1EC2
Black with #CE1EC2
Text Example
Text Example
White with #CE1EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EC2; }
p { color: rgb(206,30,194); }
H1.HeaderClassName
{
color: #CE1EC2;
}
.AnyTagClassName
{
color: #CE1EC2;
}
</style>
background-color css
<style>
a { background-color: #CE1EC2; }
a { background-color: rgb(206,30,194); }
div.DivClassName
{
background-color: #CE1EC2;
}
.BgClassName
{
background-color: #CE1EC2;
}
</style>
border-color css
<style>
span { border-color: #CE1EC2; }
span { border-color: rgb(206,30,194); }
td.TdClassName
{
border-color: #CE1EC2;
}
.TagClassName
{
border-color: #CE1EC2;
}
</style>