Shades of Deep Magenta #CE14C1
Tints of Deep Magenta #CE14C1
RGB
CMYK
RGB Variations
Color information
#CE14C1 (or 0xCE14C1) is known color: Deep Magenta. HEX triplet: CE, 14 and C1. RGB value is (206,20,193). Sum of RGB (Red+Green+Blue) = 206+20+193=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14C1 is #31EB3E. Grayscale: #5E5E5E. Windows color (decimal): -3271487 or 12653774. OLE color: 12653774.
HSL color Cylindrical-coordinate representation of color #CE14C1: hue angle of 304.19º 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 #CE14C1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 193 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.19 |
| HSL | 304.19º | 0.82% | 0.44% | - |
| HSV(B) | 304.19º | 0.9% | 0.81% | - |
| XYZ | 35.33 | 17.47 | 51.96 | - |
| YUV | 95.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 193 | 0 | 0.90 | 0.06 | 0.19 | 304.19 | 0.82 | 0.44 |
| Hex | CE | 14 | C1 | 0 | 5A | 6 | 13 | 130 | 52 | 2C |
| Octal | 316 | 24 | 301 | 0 | 132 | 6 | 23 | 460 | 122 | 54 |
| Binary | 11001110 | 10100 | 11000001 | 0 | 1011010 | 110 | 10011 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CE14C1
Complementary color
Monochromatic Colors of #CE14C1
Black with #CE14C1
Text Example
Text Example
White with #CE14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14C1; }
p { color: rgb(206,20,193); }
H1.HeaderClassName
{
color: #CE14C1;
}
.AnyTagClassName
{
color: #CE14C1;
}
</style>
background-color css
<style>
a { background-color: #CE14C1; }
a { background-color: rgb(206,20,193); }
div.DivClassName
{
background-color: #CE14C1;
}
.BgClassName
{
background-color: #CE14C1;
}
</style>
border-color css
<style>
span { border-color: #CE14C1; }
span { border-color: rgb(206,20,193); }
td.TdClassName
{
border-color: #CE14C1;
}
.TagClassName
{
border-color: #CE14C1;
}
</style>