Shades of Deep Magenta #CE13C9
Tints of Deep Magenta #CE13C9
RGB
CMYK
RGB Variations
Color information
#CE13C9 (or 0xCE13C9) is known color: Deep Magenta. HEX triplet: CE, 13 and C9. RGB value is (206,19,201). Sum of RGB (Red+Green+Blue) = 206+19+201=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13C9 is #31EC36. Grayscale: #5F5F5F. Windows color (decimal): -3271735 or 13177806. OLE color: 13177806.
HSL color Cylindrical-coordinate representation of color #CE13C9: hue angle of 301.6º 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 #CE13C9 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 201 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.19 |
| HSL | 301.6º | 0.83% | 0.44% | - |
| HSV(B) | 301.6º | 0.91% | 0.81% | - |
| XYZ | 36.23 | 17.8 | 56.79 | - |
| YUV | 95.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 201 | 0 | 0.91 | 0.02 | 0.19 | 301.6 | 0.83 | 0.44 |
| Hex | CE | 13 | C9 | 0 | 5B | 2 | 13 | 12E | 53 | 2C |
| Octal | 316 | 23 | 311 | 0 | 133 | 2 | 23 | 456 | 123 | 54 |
| Binary | 11001110 | 10011 | 11001001 | 0 | 1011011 | 10 | 10011 | 100101110 | 1010011 | 101100 |
Color Harmonies of #CE13C9
Complementary color
Monochromatic Colors of #CE13C9
Black with #CE13C9
Text Example
Text Example
White with #CE13C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13C9; }
p { color: rgb(206,19,201); }
H1.HeaderClassName
{
color: #CE13C9;
}
.AnyTagClassName
{
color: #CE13C9;
}
</style>
background-color css
<style>
a { background-color: #CE13C9; }
a { background-color: rgb(206,19,201); }
div.DivClassName
{
background-color: #CE13C9;
}
.BgClassName
{
background-color: #CE13C9;
}
</style>
border-color css
<style>
span { border-color: #CE13C9; }
span { border-color: rgb(206,19,201); }
td.TdClassName
{
border-color: #CE13C9;
}
.TagClassName
{
border-color: #CE13C9;
}
</style>