Shades of Deep Magenta #CE13C5
Tints of Deep Magenta #CE13C5
RGB
CMYK
RGB Variations
Color information
#CE13C5 (or 0xCE13C5) is known color: Deep Magenta. HEX triplet: CE, 13 and C5. RGB value is (206,19,197). Sum of RGB (Red+Green+Blue) = 206+19+197=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13C5 is #31EC3A. Grayscale: #5E5E5E. Windows color (decimal): -3271739 or 12915662. OLE color: 12915662.
HSL color Cylindrical-coordinate representation of color #CE13C5: hue angle of 302.89º 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 #CE13C5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 197 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.19 |
| HSL | 302.89º | 0.83% | 0.44% | - |
| HSV(B) | 302.89º | 0.91% | 0.81% | - |
| XYZ | 35.76 | 17.62 | 54.34 | - |
| YUV | 95.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 197 | 0 | 0.91 | 0.04 | 0.19 | 302.89 | 0.83 | 0.44 |
| Hex | CE | 13 | C5 | 0 | 5B | 4 | 13 | 12F | 53 | 2C |
| Octal | 316 | 23 | 305 | 0 | 133 | 4 | 23 | 457 | 123 | 54 |
| Binary | 11001110 | 10011 | 11000101 | 0 | 1011011 | 100 | 10011 | 100101111 | 1010011 | 101100 |
Color Harmonies of #CE13C5
Complementary color
Monochromatic Colors of #CE13C5
Black with #CE13C5
Text Example
Text Example
White with #CE13C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13C5; }
p { color: rgb(206,19,197); }
H1.HeaderClassName
{
color: #CE13C5;
}
.AnyTagClassName
{
color: #CE13C5;
}
</style>
background-color css
<style>
a { background-color: #CE13C5; }
a { background-color: rgb(206,19,197); }
div.DivClassName
{
background-color: #CE13C5;
}
.BgClassName
{
background-color: #CE13C5;
}
</style>
border-color css
<style>
span { border-color: #CE13C5; }
span { border-color: rgb(206,19,197); }
td.TdClassName
{
border-color: #CE13C5;
}
.TagClassName
{
border-color: #CE13C5;
}
</style>