Shades of Deep Magenta #CE00CC
Tints of Deep Magenta #CE00CC
RGB
CMYK
RGB Variations
Color information
#CE00CC (or 0xCE00CC) is known color: Deep Magenta. HEX triplet: CE, 00 and CC. RGB value is (206,0,204). Sum of RGB (Red+Green+Blue) = 206+0+204=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00CC is #31FF33. Grayscale: #545454. Windows color (decimal): -3276596 or 13369550. OLE color: 13369550.
HSL color Cylindrical-coordinate representation of color #CE00CC: hue angle of 300.58º 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 #CE00CC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.01 | 0.19 |
| HSL | 300.58º | 1% | 0.4% | - |
| HSV(B) | 300.58º | 1% | 0.81% | - |
| XYZ | 36.35 | 17.48 | 58.59 | - |
| YUV | 84.85 | 195.25 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 204 | 0 | 1 | 0.01 | 0.19 | 300.58 | 1 | 0.4 |
| Hex | CE | 0 | CC | 0 | 64 | 1 | 13 | 12D | 64 | 28 |
| Octal | 316 | 0 | 314 | 0 | 144 | 1 | 23 | 455 | 144 | 50 |
| Binary | 11001110 | 0 | 11001100 | 0 | 1100100 | 1 | 10011 | 100101101 | 1100100 | 101000 |
Color Harmonies of #CE00CC
Complementary color
Monochromatic Colors of #CE00CC
Black with #CE00CC
Text Example
Text Example
White with #CE00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00CC; }
p { color: rgb(206,0,204); }
H1.HeaderClassName
{
color: #CE00CC;
}
.AnyTagClassName
{
color: #CE00CC;
}
</style>
background-color css
<style>
a { background-color: #CE00CC; }
a { background-color: rgb(206,0,204); }
div.DivClassName
{
background-color: #CE00CC;
}
.BgClassName
{
background-color: #CE00CC;
}
</style>
border-color css
<style>
span { border-color: #CE00CC; }
span { border-color: rgb(206,0,204); }
td.TdClassName
{
border-color: #CE00CC;
}
.TagClassName
{
border-color: #CE00CC;
}
</style>