Shades of Deep Magenta #CE1AC3
Tints of Deep Magenta #CE1AC3
RGB
CMYK
RGB Variations
Color information
#CE1AC3 (or 0xCE1AC3) is known color: Deep Magenta. HEX triplet: CE, 1A and C3. RGB value is (206,26,195). Sum of RGB (Red+Green+Blue) = 206+26+195=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AC3 is #31E53C. Grayscale: #626262. Windows color (decimal): -3269949 or 12786382. OLE color: 12786382.
HSL color Cylindrical-coordinate representation of color #CE1AC3: hue angle of 303.67º 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 #CE1AC3 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 195 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.19 |
| HSL | 303.67º | 0.78% | 0.45% | - |
| HSV(B) | 303.67º | 0.87% | 0.81% | - |
| XYZ | 35.67 | 17.8 | 53.19 | - |
| YUV | 99.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 195 | 0 | 0.87 | 0.05 | 0.19 | 303.67 | 0.78 | 0.45 |
| Hex | CE | 1A | C3 | 0 | 57 | 5 | 13 | 130 | 4E | 2D |
| Octal | 316 | 32 | 303 | 0 | 127 | 5 | 23 | 460 | 116 | 55 |
| Binary | 11001110 | 11010 | 11000011 | 0 | 1010111 | 101 | 10011 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CE1AC3
Complementary color
Monochromatic Colors of #CE1AC3
Black with #CE1AC3
Text Example
Text Example
White with #CE1AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AC3; }
p { color: rgb(206,26,195); }
H1.HeaderClassName
{
color: #CE1AC3;
}
.AnyTagClassName
{
color: #CE1AC3;
}
</style>
background-color css
<style>
a { background-color: #CE1AC3; }
a { background-color: rgb(206,26,195); }
div.DivClassName
{
background-color: #CE1AC3;
}
.BgClassName
{
background-color: #CE1AC3;
}
</style>
border-color css
<style>
span { border-color: #CE1AC3; }
span { border-color: rgb(206,26,195); }
td.TdClassName
{
border-color: #CE1AC3;
}
.TagClassName
{
border-color: #CE1AC3;
}
</style>