Shades of Deep Magenta #CE1AC1
Tints of Deep Magenta #CE1AC1
RGB
CMYK
RGB Variations
Color information
#CE1AC1 (or 0xCE1AC1) is known color: Deep Magenta. HEX triplet: CE, 1A and C1. RGB value is (206,26,193). Sum of RGB (Red+Green+Blue) = 206+26+193=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AC1 is #31E53E. Grayscale: #626262. Windows color (decimal): -3269951 or 12655310. OLE color: 12655310.
HSL color Cylindrical-coordinate representation of color #CE1AC1: hue angle of 304.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 #CE1AC1 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 193 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.19 |
| HSL | 304.33º | 0.78% | 0.45% | - |
| HSV(B) | 304.33º | 0.87% | 0.81% | - |
| XYZ | 35.45 | 17.71 | 52 | - |
| YUV | 98.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 193 | 0 | 0.87 | 0.06 | 0.19 | 304.33 | 0.78 | 0.45 |
| Hex | CE | 1A | C1 | 0 | 57 | 6 | 13 | 130 | 4E | 2D |
| Octal | 316 | 32 | 301 | 0 | 127 | 6 | 23 | 460 | 116 | 55 |
| Binary | 11001110 | 11010 | 11000001 | 0 | 1010111 | 110 | 10011 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CE1AC1
Complementary color
Monochromatic Colors of #CE1AC1
Black with #CE1AC1
Text Example
Text Example
White with #CE1AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AC1; }
p { color: rgb(206,26,193); }
H1.HeaderClassName
{
color: #CE1AC1;
}
.AnyTagClassName
{
color: #CE1AC1;
}
</style>
background-color css
<style>
a { background-color: #CE1AC1; }
a { background-color: rgb(206,26,193); }
div.DivClassName
{
background-color: #CE1AC1;
}
.BgClassName
{
background-color: #CE1AC1;
}
</style>
border-color css
<style>
span { border-color: #CE1AC1; }
span { border-color: rgb(206,26,193); }
td.TdClassName
{
border-color: #CE1AC1;
}
.TagClassName
{
border-color: #CE1AC1;
}
</style>