Shades of Deep Magenta #CE14C3
Tints of Deep Magenta #CE14C3
RGB
CMYK
RGB Variations
Color information
#CE14C3 (or 0xCE14C3) is known color: Deep Magenta. HEX triplet: CE, 14 and C3. RGB value is (206,20,195). Sum of RGB (Red+Green+Blue) = 206+20+195=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14C3 is #31EB3C. Grayscale: #5F5F5F. Windows color (decimal): -3271485 or 12784846. OLE color: 12784846.
HSL color Cylindrical-coordinate representation of color #CE14C3: hue angle of 303.55º 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 #CE14C3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 195 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.19 |
| HSL | 303.55º | 0.82% | 0.44% | - |
| HSV(B) | 303.55º | 0.9% | 0.81% | - |
| XYZ | 35.55 | 17.56 | 53.15 | - |
| YUV | 95.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 195 | 0 | 0.90 | 0.05 | 0.19 | 303.55 | 0.82 | 0.44 |
| Hex | CE | 14 | C3 | 0 | 5A | 5 | 13 | 130 | 52 | 2C |
| Octal | 316 | 24 | 303 | 0 | 132 | 5 | 23 | 460 | 122 | 54 |
| Binary | 11001110 | 10100 | 11000011 | 0 | 1011010 | 101 | 10011 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CE14C3
Complementary color
Monochromatic Colors of #CE14C3
Black with #CE14C3
Text Example
Text Example
White with #CE14C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14C3; }
p { color: rgb(206,20,195); }
H1.HeaderClassName
{
color: #CE14C3;
}
.AnyTagClassName
{
color: #CE14C3;
}
</style>
background-color css
<style>
a { background-color: #CE14C3; }
a { background-color: rgb(206,20,195); }
div.DivClassName
{
background-color: #CE14C3;
}
.BgClassName
{
background-color: #CE14C3;
}
</style>
border-color css
<style>
span { border-color: #CE14C3; }
span { border-color: rgb(206,20,195); }
td.TdClassName
{
border-color: #CE14C3;
}
.TagClassName
{
border-color: #CE14C3;
}
</style>