Shades of Deep Magenta #CE13AC
Tints of Deep Magenta #CE13AC
RGB
CMYK
RGB Variations
Color information
#CE13AC (or 0xCE13AC) is known color: Deep Magenta. HEX triplet: CE, 13 and AC. RGB value is (206,19,172). Sum of RGB (Red+Green+Blue) = 206+19+172=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13AC is #31EC53. Grayscale: #5B5B5B. Windows color (decimal): -3271764 or 11277262. OLE color: 11277262.
HSL color Cylindrical-coordinate representation of color #CE13AC: hue angle of 310.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13AC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 172 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.19 |
| HSL | 310.91º | 0.83% | 0.44% | - |
| HSV(B) | 310.91º | 0.91% | 0.81% | - |
| XYZ | 33.13 | 16.57 | 40.48 | - |
| YUV | 92.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 172 | 0 | 0.91 | 0.17 | 0.19 | 310.91 | 0.83 | 0.44 |
| Hex | CE | 13 | AC | 0 | 5B | 11 | 13 | 137 | 53 | 2C |
| Octal | 316 | 23 | 254 | 0 | 133 | 21 | 23 | 467 | 123 | 54 |
| Binary | 11001110 | 10011 | 10101100 | 0 | 1011011 | 10001 | 10011 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CE13AC
Complementary color
Monochromatic Colors of #CE13AC
Black with #CE13AC
Text Example
Text Example
White with #CE13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13AC; }
p { color: rgb(206,19,172); }
H1.HeaderClassName
{
color: #CE13AC;
}
.AnyTagClassName
{
color: #CE13AC;
}
</style>
background-color css
<style>
a { background-color: #CE13AC; }
a { background-color: rgb(206,19,172); }
div.DivClassName
{
background-color: #CE13AC;
}
.BgClassName
{
background-color: #CE13AC;
}
</style>
border-color css
<style>
span { border-color: #CE13AC; }
span { border-color: rgb(206,19,172); }
td.TdClassName
{
border-color: #CE13AC;
}
.TagClassName
{
border-color: #CE13AC;
}
</style>