Shades of Deep Magenta #CE1AC2
Tints of Deep Magenta #CE1AC2
RGB
CMYK
RGB Variations
Color information
#CE1AC2 (or 0xCE1AC2) is known color: Deep Magenta. HEX triplet: CE, 1A and C2. RGB value is (206,26,194). Sum of RGB (Red+Green+Blue) = 206+26+194=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AC2 is #31E53D. Grayscale: #626262. Windows color (decimal): -3269950 or 12720846. OLE color: 12720846.
HSL color Cylindrical-coordinate representation of color #CE1AC2: hue angle of 304º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1AC2 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 194 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.19 |
| HSL | 304º | 0.78% | 0.45% | - |
| HSV(B) | 304º | 0.87% | 0.81% | - |
| XYZ | 35.56 | 17.76 | 52.59 | - |
| YUV | 98.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 194 | 0 | 0.87 | 0.06 | 0.19 | 304 | 0.78 | 0.45 |
| Hex | CE | 1A | C2 | 0 | 57 | 6 | 13 | 130 | 4E | 2D |
| Octal | 316 | 32 | 302 | 0 | 127 | 6 | 23 | 460 | 116 | 55 |
| Binary | 11001110 | 11010 | 11000010 | 0 | 1010111 | 110 | 10011 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CE1AC2
Complementary color
Monochromatic Colors of #CE1AC2
Black with #CE1AC2
Text Example
Text Example
White with #CE1AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AC2; }
p { color: rgb(206,26,194); }
H1.HeaderClassName
{
color: #CE1AC2;
}
.AnyTagClassName
{
color: #CE1AC2;
}
</style>
background-color css
<style>
a { background-color: #CE1AC2; }
a { background-color: rgb(206,26,194); }
div.DivClassName
{
background-color: #CE1AC2;
}
.BgClassName
{
background-color: #CE1AC2;
}
</style>
border-color css
<style>
span { border-color: #CE1AC2; }
span { border-color: rgb(206,26,194); }
td.TdClassName
{
border-color: #CE1AC2;
}
.TagClassName
{
border-color: #CE1AC2;
}
</style>