Shades of Deep Magenta #CE2AC1
Tints of Deep Magenta #CE2AC1
RGB
CMYK
RGB Variations
Color information
#CE2AC1 (or 0xCE2AC1) is known color: Deep Magenta. HEX triplet: CE, 2A and C1. RGB value is (206,42,193). Sum of RGB (Red+Green+Blue) = 206+42+193=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AC1 is #31D53E. Grayscale: #6B6B6B. Windows color (decimal): -3265855 or 12659406. OLE color: 12659406.
HSL color Cylindrical-coordinate representation of color #CE2AC1: hue angle of 304.76º 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 #CE2AC1 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 193 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.19 |
| HSL | 304.76º | 0.66% | 0.49% | - |
| HSV(B) | 304.76º | 0.8% | 0.81% | - |
| XYZ | 35.91 | 18.63 | 52.16 | - |
| YUV | 108.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 193 | 0 | 0.80 | 0.06 | 0.19 | 304.76 | 0.66 | 0.49 |
| Hex | CE | 2A | C1 | 0 | 50 | 6 | 13 | 131 | 42 | 31 |
| Octal | 316 | 52 | 301 | 0 | 120 | 6 | 23 | 461 | 102 | 61 |
| Binary | 11001110 | 101010 | 11000001 | 0 | 1010000 | 110 | 10011 | 100110001 | 1000010 | 110001 |
Color Harmonies of #CE2AC1
Complementary color
Monochromatic Colors of #CE2AC1
Black with #CE2AC1
Text Example
Text Example
White with #CE2AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AC1; }
p { color: rgb(206,42,193); }
H1.HeaderClassName
{
color: #CE2AC1;
}
.AnyTagClassName
{
color: #CE2AC1;
}
</style>
background-color css
<style>
a { background-color: #CE2AC1; }
a { background-color: rgb(206,42,193); }
div.DivClassName
{
background-color: #CE2AC1;
}
.BgClassName
{
background-color: #CE2AC1;
}
</style>
border-color css
<style>
span { border-color: #CE2AC1; }
span { border-color: rgb(206,42,193); }
td.TdClassName
{
border-color: #CE2AC1;
}
.TagClassName
{
border-color: #CE2AC1;
}
</style>