Shades of Deep Magenta #CE14CC
Tints of Deep Magenta #CE14CC
RGB
CMYK
RGB Variations
Color information
#CE14CC (or 0xCE14CC) is known color: Deep Magenta. HEX triplet: CE, 14 and CC. RGB value is (206,20,204). Sum of RGB (Red+Green+Blue) = 206+20+204=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14CC is #31EB33. Grayscale: #606060. Windows color (decimal): -3271476 or 13374670. OLE color: 13374670.
HSL color Cylindrical-coordinate representation of color #CE14CC: hue angle of 300.65º 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 #CE14CC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 204 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.19 |
| HSL | 300.65º | 0.82% | 0.44% | - |
| HSV(B) | 300.65º | 0.9% | 0.81% | - |
| XYZ | 36.6 | 17.98 | 58.67 | - |
| YUV | 96.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 204 | 0 | 0.90 | 0.01 | 0.19 | 300.65 | 0.82 | 0.44 |
| Hex | CE | 14 | CC | 0 | 5A | 1 | 13 | 12D | 52 | 2C |
| Octal | 316 | 24 | 314 | 0 | 132 | 1 | 23 | 455 | 122 | 54 |
| Binary | 11001110 | 10100 | 11001100 | 0 | 1011010 | 1 | 10011 | 100101101 | 1010010 | 101100 |
Color Harmonies of #CE14CC
Complementary color
Monochromatic Colors of #CE14CC
Black with #CE14CC
Text Example
Text Example
White with #CE14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14CC; }
p { color: rgb(206,20,204); }
H1.HeaderClassName
{
color: #CE14CC;
}
.AnyTagClassName
{
color: #CE14CC;
}
</style>
background-color css
<style>
a { background-color: #CE14CC; }
a { background-color: rgb(206,20,204); }
div.DivClassName
{
background-color: #CE14CC;
}
.BgClassName
{
background-color: #CE14CC;
}
</style>
border-color css
<style>
span { border-color: #CE14CC; }
span { border-color: rgb(206,20,204); }
td.TdClassName
{
border-color: #CE14CC;
}
.TagClassName
{
border-color: #CE14CC;
}
</style>