Shades of Deep Magenta #CE14E5
Tints of Deep Magenta #CE14E5
RGB
CMYK
RGB Variations
Color information
#CE14E5 (or 0xCE14E5) is known color: Deep Magenta. HEX triplet: CE, 14 and E5. RGB value is (206,20,229). Sum of RGB (Red+Green+Blue) = 206+20+229=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE14E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14E5 is #31EB1A. Grayscale: #626262. Windows color (decimal): -3271451 or 15013070. OLE color: 15013070.
HSL color Cylindrical-coordinate representation of color #CE14E5: hue angle of 293.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE14E5 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 20 | 229 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.10 |
| HSL | 293.4º | 0.84% | 0.49% | - |
| HSV(B) | 293.4º | 0.91% | 0.9% | - |
| XYZ | 39.85 | 19.28 | 75.75 | - |
| YUV | 99.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 229 | 0.10 | 0.91 | 0 | 0.10 | 293.4 | 0.84 | 0.49 |
| Hex | CE | 14 | E5 | A | 5B | 0 | A | 125 | 54 | 31 |
| Octal | 316 | 24 | 345 | 12 | 133 | 0 | 12 | 445 | 124 | 61 |
| Binary | 11001110 | 10100 | 11100101 | 1010 | 1011011 | 0 | 1010 | 100100101 | 1010100 | 110001 |
Color Harmonies of #CE14E5
Complementary color
Monochromatic Colors of #CE14E5
Black with #CE14E5
Text Example
Text Example
White with #CE14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14E5; }
p { color: rgb(206,20,229); }
H1.HeaderClassName
{
color: #CE14E5;
}
.AnyTagClassName
{
color: #CE14E5;
}
</style>
background-color css
<style>
a { background-color: #CE14E5; }
a { background-color: rgb(206,20,229); }
div.DivClassName
{
background-color: #CE14E5;
}
.BgClassName
{
background-color: #CE14E5;
}
</style>
border-color css
<style>
span { border-color: #CE14E5; }
span { border-color: rgb(206,20,229); }
td.TdClassName
{
border-color: #CE14E5;
}
.TagClassName
{
border-color: #CE14E5;
}
</style>