Shades of Deep Magenta #CE01E5
Tints of Deep Magenta #CE01E5
RGB
CMYK
RGB Variations
Color information
#CE01E5 (or 0xCE01E5) is known color: Deep Magenta. HEX triplet: CE, 01 and E5. RGB value is (206,1,229). Sum of RGB (Red+Green+Blue) = 206+1+229=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE01E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01E5 is #31FE1A. Grayscale: #575757. Windows color (decimal): -3276315 or 15008206. OLE color: 15008206.
HSL color Cylindrical-coordinate representation of color #CE01E5: hue angle of 293.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01E5 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 1 | 229 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.10 |
| HSL | 293.95º | 0.99% | 0.45% | - |
| HSV(B) | 293.95º | 1% | 0.9% | - |
| XYZ | 39.61 | 18.8 | 75.67 | - |
| YUV | 88.29 | 207.42 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 229 | 0.10 | 1.00 | 0 | 0.10 | 293.95 | 0.99 | 0.45 |
| Hex | CE | 1 | E5 | A | 64 | 0 | A | 126 | 63 | 2D |
| Octal | 316 | 1 | 345 | 12 | 144 | 0 | 12 | 446 | 143 | 55 |
| Binary | 11001110 | 1 | 11100101 | 1010 | 1100100 | 0 | 1010 | 100100110 | 1100011 | 101101 |
Color Harmonies of #CE01E5
Complementary color
Monochromatic Colors of #CE01E5
Black with #CE01E5
Text Example
Text Example
White with #CE01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01E5; }
p { color: rgb(206,1,229); }
H1.HeaderClassName
{
color: #CE01E5;
}
.AnyTagClassName
{
color: #CE01E5;
}
</style>
background-color css
<style>
a { background-color: #CE01E5; }
a { background-color: rgb(206,1,229); }
div.DivClassName
{
background-color: #CE01E5;
}
.BgClassName
{
background-color: #CE01E5;
}
</style>
border-color css
<style>
span { border-color: #CE01E5; }
span { border-color: rgb(206,1,229); }
td.TdClassName
{
border-color: #CE01E5;
}
.TagClassName
{
border-color: #CE01E5;
}
</style>