Shades of Deep Magenta #CE13AD
Tints of Deep Magenta #CE13AD
RGB
CMYK
RGB Variations
Color information
#CE13AD (or 0xCE13AD) is known color: Deep Magenta. HEX triplet: CE, 13 and AD. RGB value is (206,19,173). Sum of RGB (Red+Green+Blue) = 206+19+173=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13AD is #31EC52. Grayscale: #5C5C5C. Windows color (decimal): -3271763 or 11342798. OLE color: 11342798.
HSL color Cylindrical-coordinate representation of color #CE13AD: hue angle of 310.59º 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 #CE13AD is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.19 |
| HSL | 310.59º | 0.83% | 0.44% | - |
| HSV(B) | 310.59º | 0.91% | 0.81% | - |
| XYZ | 33.23 | 16.6 | 40.99 | - |
| YUV | 92.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 173 | 0 | 0.91 | 0.16 | 0.19 | 310.59 | 0.83 | 0.44 |
| Hex | CE | 13 | AD | 0 | 5B | 10 | 13 | 137 | 53 | 2C |
| Octal | 316 | 23 | 255 | 0 | 133 | 20 | 23 | 467 | 123 | 54 |
| Binary | 11001110 | 10011 | 10101101 | 0 | 1011011 | 10000 | 10011 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CE13AD
Complementary color
Monochromatic Colors of #CE13AD
Black with #CE13AD
Text Example
Text Example
White with #CE13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13AD; }
p { color: rgb(206,19,173); }
H1.HeaderClassName
{
color: #CE13AD;
}
.AnyTagClassName
{
color: #CE13AD;
}
</style>
background-color css
<style>
a { background-color: #CE13AD; }
a { background-color: rgb(206,19,173); }
div.DivClassName
{
background-color: #CE13AD;
}
.BgClassName
{
background-color: #CE13AD;
}
</style>
border-color css
<style>
span { border-color: #CE13AD; }
span { border-color: rgb(206,19,173); }
td.TdClassName
{
border-color: #CE13AD;
}
.TagClassName
{
border-color: #CE13AD;
}
</style>