Shades of Deep Magenta #CE1AC7
Tints of Deep Magenta #CE1AC7
RGB
CMYK
RGB Variations
Color information
#CE1AC7 (or 0xCE1AC7) is known color: Deep Magenta. HEX triplet: CE, 1A and C7. RGB value is (206,26,199). Sum of RGB (Red+Green+Blue) = 206+26+199=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AC7 is #31E538. Grayscale: #636363. Windows color (decimal): -3269945 or 13048526. OLE color: 13048526.
HSL color Cylindrical-coordinate representation of color #CE1AC7: hue angle of 302.33º 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 #CE1AC7 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 199 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.19 |
| HSL | 302.33º | 0.78% | 0.45% | - |
| HSV(B) | 302.33º | 0.87% | 0.81% | - |
| XYZ | 36.13 | 17.98 | 55.6 | - |
| YUV | 99.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 199 | 0 | 0.87 | 0.03 | 0.19 | 302.33 | 0.78 | 0.45 |
| Hex | CE | 1A | C7 | 0 | 57 | 3 | 13 | 12E | 4E | 2D |
| Octal | 316 | 32 | 307 | 0 | 127 | 3 | 23 | 456 | 116 | 55 |
| Binary | 11001110 | 11010 | 11000111 | 0 | 1010111 | 11 | 10011 | 100101110 | 1001110 | 101101 |
Color Harmonies of #CE1AC7
Complementary color
Monochromatic Colors of #CE1AC7
Black with #CE1AC7
Text Example
Text Example
White with #CE1AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AC7; }
p { color: rgb(206,26,199); }
H1.HeaderClassName
{
color: #CE1AC7;
}
.AnyTagClassName
{
color: #CE1AC7;
}
</style>
background-color css
<style>
a { background-color: #CE1AC7; }
a { background-color: rgb(206,26,199); }
div.DivClassName
{
background-color: #CE1AC7;
}
.BgClassName
{
background-color: #CE1AC7;
}
</style>
border-color css
<style>
span { border-color: #CE1AC7; }
span { border-color: rgb(206,26,199); }
td.TdClassName
{
border-color: #CE1AC7;
}
.TagClassName
{
border-color: #CE1AC7;
}
</style>