Shades of Deep Magenta #CE01CE
Tints of Deep Magenta #CE01CE
RGB
CMYK
RGB Variations
Color information
#CE01CE (or 0xCE01CE) is known color: Deep Magenta. HEX triplet: CE, 01 and CE. RGB value is (206,1,206). Sum of RGB (Red+Green+Blue) = 206+1+206=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01CE is #31FE31. Grayscale: #555555. Windows color (decimal): -3276338 or 13500878. OLE color: 13500878.
HSL color Cylindrical-coordinate representation of color #CE01CE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01CE is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0 | 0.19 |
| HSL | 300º | 0.99% | 0.41% | - |
| HSV(B) | 300º | 1% | 0.81% | - |
| XYZ | 36.61 | 17.6 | 59.86 | - |
| YUV | 85.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 206 | 0 | 1.00 | 0 | 0.19 | 300 | 0.99 | 0.41 |
| Hex | CE | 1 | CE | 0 | 64 | 0 | 13 | 12C | 63 | 29 |
| Octal | 316 | 1 | 316 | 0 | 144 | 0 | 23 | 454 | 143 | 51 |
| Binary | 11001110 | 1 | 11001110 | 0 | 1100100 | 0 | 10011 | 100101100 | 1100011 | 101001 |
Color Harmonies of #CE01CE
Complementary color
Monochromatic Colors of #CE01CE
Black with #CE01CE
Text Example
Text Example
White with #CE01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01CE; }
p { color: rgb(206,1,206); }
H1.HeaderClassName
{
color: #CE01CE;
}
.AnyTagClassName
{
color: #CE01CE;
}
</style>
background-color css
<style>
a { background-color: #CE01CE; }
a { background-color: rgb(206,1,206); }
div.DivClassName
{
background-color: #CE01CE;
}
.BgClassName
{
background-color: #CE01CE;
}
</style>
border-color css
<style>
span { border-color: #CE01CE; }
span { border-color: rgb(206,1,206); }
td.TdClassName
{
border-color: #CE01CE;
}
.TagClassName
{
border-color: #CE01CE;
}
</style>