Shades of Deep Magenta #CE2AC5
Tints of Deep Magenta #CE2AC5
RGB
CMYK
RGB Variations
Color information
#CE2AC5 (or 0xCE2AC5) is known color: Deep Magenta. HEX triplet: CE, 2A and C5. RGB value is (206,42,197). Sum of RGB (Red+Green+Blue) = 206+42+197=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AC5 is #31D53A. Grayscale: #6C6C6C. Windows color (decimal): -3265851 or 12921550. OLE color: 12921550.
HSL color Cylindrical-coordinate representation of color #CE2AC5: hue angle of 303.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AC5 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 197 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.19 |
| HSL | 303.29º | 0.66% | 0.49% | - |
| HSV(B) | 303.29º | 0.8% | 0.81% | - |
| XYZ | 36.36 | 18.81 | 54.54 | - |
| YUV | 108.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 197 | 0 | 0.80 | 0.04 | 0.19 | 303.29 | 0.66 | 0.49 |
| Hex | CE | 2A | C5 | 0 | 50 | 4 | 13 | 12F | 42 | 31 |
| Octal | 316 | 52 | 305 | 0 | 120 | 4 | 23 | 457 | 102 | 61 |
| Binary | 11001110 | 101010 | 11000101 | 0 | 1010000 | 100 | 10011 | 100101111 | 1000010 | 110001 |
Color Harmonies of #CE2AC5
Complementary color
Monochromatic Colors of #CE2AC5
Black with #CE2AC5
Text Example
Text Example
White with #CE2AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AC5; }
p { color: rgb(206,42,197); }
H1.HeaderClassName
{
color: #CE2AC5;
}
.AnyTagClassName
{
color: #CE2AC5;
}
</style>
background-color css
<style>
a { background-color: #CE2AC5; }
a { background-color: rgb(206,42,197); }
div.DivClassName
{
background-color: #CE2AC5;
}
.BgClassName
{
background-color: #CE2AC5;
}
</style>
border-color css
<style>
span { border-color: #CE2AC5; }
span { border-color: rgb(206,42,197); }
td.TdClassName
{
border-color: #CE2AC5;
}
.TagClassName
{
border-color: #CE2AC5;
}
</style>