Shades of Deep Magenta #CE1AC4
Tints of Deep Magenta #CE1AC4
RGB
CMYK
RGB Variations
Color information
#CE1AC4 (or 0xCE1AC4) is known color: Deep Magenta. HEX triplet: CE, 1A and C4. RGB value is (206,26,196). Sum of RGB (Red+Green+Blue) = 206+26+196=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AC4 is #31E53B. Grayscale: #626262. Windows color (decimal): -3269948 or 12851918. OLE color: 12851918.
HSL color Cylindrical-coordinate representation of color #CE1AC4: hue angle of 303.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 #CE1AC4 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 196 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.19 |
| HSL | 303.33º | 0.78% | 0.45% | - |
| HSV(B) | 303.33º | 0.87% | 0.81% | - |
| XYZ | 35.79 | 17.85 | 53.78 | - |
| YUV | 99.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 196 | 0 | 0.87 | 0.05 | 0.19 | 303.33 | 0.78 | 0.45 |
| Hex | CE | 1A | C4 | 0 | 57 | 5 | 13 | 12F | 4E | 2D |
| Octal | 316 | 32 | 304 | 0 | 127 | 5 | 23 | 457 | 116 | 55 |
| Binary | 11001110 | 11010 | 11000100 | 0 | 1010111 | 101 | 10011 | 100101111 | 1001110 | 101101 |
Color Harmonies of #CE1AC4
Complementary color
Monochromatic Colors of #CE1AC4
Black with #CE1AC4
Text Example
Text Example
White with #CE1AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AC4; }
p { color: rgb(206,26,196); }
H1.HeaderClassName
{
color: #CE1AC4;
}
.AnyTagClassName
{
color: #CE1AC4;
}
</style>
background-color css
<style>
a { background-color: #CE1AC4; }
a { background-color: rgb(206,26,196); }
div.DivClassName
{
background-color: #CE1AC4;
}
.BgClassName
{
background-color: #CE1AC4;
}
</style>
border-color css
<style>
span { border-color: #CE1AC4; }
span { border-color: rgb(206,26,196); }
td.TdClassName
{
border-color: #CE1AC4;
}
.TagClassName
{
border-color: #CE1AC4;
}
</style>