Shades of Deep Magenta #CE00C0
Tints of Deep Magenta #CE00C0
RGB
CMYK
RGB Variations
Color information
#CE00C0 (or 0xCE00C0) is known color: Deep Magenta. HEX triplet: CE, 00 and C0. RGB value is (206,0,192). Sum of RGB (Red+Green+Blue) = 206+0+192=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00C0 is #31FF3F. Grayscale: #525252. Windows color (decimal): -3276608 or 12583118. OLE color: 12583118.
HSL color Cylindrical-coordinate representation of color #CE00C0: hue angle of 304.08º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00C0 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.07 | 0.19 |
| HSL | 304.08º | 1% | 0.4% | - |
| HSV(B) | 304.08º | 1% | 0.81% | - |
| XYZ | 34.97 | 16.93 | 51.29 | - |
| YUV | 83.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 192 | 0 | 1 | 0.07 | 0.19 | 304.08 | 1 | 0.4 |
| Hex | CE | 0 | C0 | 0 | 64 | 7 | 13 | 130 | 64 | 28 |
| Octal | 316 | 0 | 300 | 0 | 144 | 7 | 23 | 460 | 144 | 50 |
| Binary | 11001110 | 0 | 11000000 | 0 | 1100100 | 111 | 10011 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CE00C0
Complementary color
Monochromatic Colors of #CE00C0
Black with #CE00C0
Text Example
Text Example
White with #CE00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00C0; }
p { color: rgb(206,0,192); }
H1.HeaderClassName
{
color: #CE00C0;
}
.AnyTagClassName
{
color: #CE00C0;
}
</style>
background-color css
<style>
a { background-color: #CE00C0; }
a { background-color: rgb(206,0,192); }
div.DivClassName
{
background-color: #CE00C0;
}
.BgClassName
{
background-color: #CE00C0;
}
</style>
border-color css
<style>
span { border-color: #CE00C0; }
span { border-color: rgb(206,0,192); }
td.TdClassName
{
border-color: #CE00C0;
}
.TagClassName
{
border-color: #CE00C0;
}
</style>