Shades of Deep Magenta #CE14C9
Tints of Deep Magenta #CE14C9
RGB
CMYK
RGB Variations
Color information
#CE14C9 (or 0xCE14C9) is known color: Deep Magenta. HEX triplet: CE, 14 and C9. RGB value is (206,20,201). Sum of RGB (Red+Green+Blue) = 206+20+201=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14C9 is #31EB36. Grayscale: #5F5F5F. Windows color (decimal): -3271479 or 13178062. OLE color: 13178062.
HSL color Cylindrical-coordinate representation of color #CE14C9: hue angle of 301.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14C9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 201 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.19 |
| HSL | 301.61º | 0.82% | 0.44% | - |
| HSV(B) | 301.61º | 0.9% | 0.81% | - |
| XYZ | 36.25 | 17.84 | 56.79 | - |
| YUV | 96.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 201 | 0 | 0.90 | 0.02 | 0.19 | 301.61 | 0.82 | 0.44 |
| Hex | CE | 14 | C9 | 0 | 5A | 2 | 13 | 12E | 52 | 2C |
| Octal | 316 | 24 | 311 | 0 | 132 | 2 | 23 | 456 | 122 | 54 |
| Binary | 11001110 | 10100 | 11001001 | 0 | 1011010 | 10 | 10011 | 100101110 | 1010010 | 101100 |
Color Harmonies of #CE14C9
Complementary color
Monochromatic Colors of #CE14C9
Black with #CE14C9
Text Example
Text Example
White with #CE14C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14C9; }
p { color: rgb(206,20,201); }
H1.HeaderClassName
{
color: #CE14C9;
}
.AnyTagClassName
{
color: #CE14C9;
}
</style>
background-color css
<style>
a { background-color: #CE14C9; }
a { background-color: rgb(206,20,201); }
div.DivClassName
{
background-color: #CE14C9;
}
.BgClassName
{
background-color: #CE14C9;
}
</style>
border-color css
<style>
span { border-color: #CE14C9; }
span { border-color: rgb(206,20,201); }
td.TdClassName
{
border-color: #CE14C9;
}
.TagClassName
{
border-color: #CE14C9;
}
</style>