Shades of Deep Magenta #CE01C9
Tints of Deep Magenta #CE01C9
RGB
CMYK
RGB Variations
Color information
#CE01C9 (or 0xCE01C9) is known color: Deep Magenta. HEX triplet: CE, 01 and C9. RGB value is (206,1,201). Sum of RGB (Red+Green+Blue) = 206+1+201=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01C9 is #31FE36. Grayscale: #545454. Windows color (decimal): -3276343 or 13173198. OLE color: 13173198.
HSL color Cylindrical-coordinate representation of color #CE01C9: hue angle of 301.46º 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 #CE01C9 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.19 |
| HSL | 301.46º | 0.99% | 0.41% | - |
| HSV(B) | 301.46º | 1% | 0.81% | - |
| XYZ | 36.01 | 17.36 | 56.71 | - |
| YUV | 85.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 201 | 0 | 1.00 | 0.02 | 0.19 | 301.46 | 0.99 | 0.41 |
| Hex | CE | 1 | C9 | 0 | 64 | 2 | 13 | 12D | 63 | 29 |
| Octal | 316 | 1 | 311 | 0 | 144 | 2 | 23 | 455 | 143 | 51 |
| Binary | 11001110 | 1 | 11001001 | 0 | 1100100 | 10 | 10011 | 100101101 | 1100011 | 101001 |
Color Harmonies of #CE01C9
Complementary color
Monochromatic Colors of #CE01C9
Black with #CE01C9
Text Example
Text Example
White with #CE01C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01C9; }
p { color: rgb(206,1,201); }
H1.HeaderClassName
{
color: #CE01C9;
}
.AnyTagClassName
{
color: #CE01C9;
}
</style>
background-color css
<style>
a { background-color: #CE01C9; }
a { background-color: rgb(206,1,201); }
div.DivClassName
{
background-color: #CE01C9;
}
.BgClassName
{
background-color: #CE01C9;
}
</style>
border-color css
<style>
span { border-color: #CE01C9; }
span { border-color: rgb(206,1,201); }
td.TdClassName
{
border-color: #CE01C9;
}
.TagClassName
{
border-color: #CE01C9;
}
</style>