Shades of Deep Magenta #CE19E5
Tints of Deep Magenta #CE19E5
RGB
CMYK
RGB Variations
Color information
#CE19E5 (or 0xCE19E5) is known color: Deep Magenta. HEX triplet: CE, 19 and E5. RGB value is (206,25,229). Sum of RGB (Red+Green+Blue) = 206+25+229=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19E5 is #31E61A. Grayscale: #656565. Windows color (decimal): -3270171 or 15014350. OLE color: 15014350.
HSL color Cylindrical-coordinate representation of color #CE19E5: hue angle of 293.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE19E5 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 25 | 229 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.10 |
| HSL | 293.24º | 0.8% | 0.5% | - |
| HSV(B) | 293.24º | 0.89% | 0.9% | - |
| XYZ | 39.94 | 19.47 | 75.78 | - |
| YUV | 102.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 229 | 0.10 | 0.89 | 0 | 0.10 | 293.24 | 0.8 | 0.5 |
| Hex | CE | 19 | E5 | A | 59 | 0 | A | 125 | 50 | 32 |
| Octal | 316 | 31 | 345 | 12 | 131 | 0 | 12 | 445 | 120 | 62 |
| Binary | 11001110 | 11001 | 11100101 | 1010 | 1011001 | 0 | 1010 | 100100101 | 1010000 | 110010 |
Color Harmonies of #CE19E5
Complementary color
Monochromatic Colors of #CE19E5
Black with #CE19E5
Text Example
Text Example
White with #CE19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19E5; }
p { color: rgb(206,25,229); }
H1.HeaderClassName
{
color: #CE19E5;
}
.AnyTagClassName
{
color: #CE19E5;
}
</style>
background-color css
<style>
a { background-color: #CE19E5; }
a { background-color: rgb(206,25,229); }
div.DivClassName
{
background-color: #CE19E5;
}
.BgClassName
{
background-color: #CE19E5;
}
</style>
border-color css
<style>
span { border-color: #CE19E5; }
span { border-color: rgb(206,25,229); }
td.TdClassName
{
border-color: #CE19E5;
}
.TagClassName
{
border-color: #CE19E5;
}
</style>