Shades of Deep Magenta #CE00D0
Tints of Deep Magenta #CE00D0
RGB
CMYK
RGB Variations
Color information
#CE00D0 (or 0xCE00D0) is known color: Deep Magenta. HEX triplet: CE, 00 and D0. RGB value is (206,0,208). Sum of RGB (Red+Green+Blue) = 206+0+208=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE00D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00D0 is #31FF2F. Grayscale: #545454. Windows color (decimal): -3276592 or 13631694. OLE color: 13631694.
HSL color Cylindrical-coordinate representation of color #CE00D0: hue angle of 299.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00D0 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 0 | 208 | - |
| CMYK | 0.01 | 1 | 0 | 0.18 |
| HSL | 299.42º | 1% | 0.41% | - |
| HSV(B) | 299.42º | 1% | 0.82% | - |
| XYZ | 36.84 | 17.68 | 61.14 | - |
| YUV | 85.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 208 | 0.01 | 1 | 0 | 0.18 | 299.42 | 1 | 0.41 |
| Hex | CE | 0 | D0 | 1 | 64 | 0 | 12 | 12B | 64 | 29 |
| Octal | 316 | 0 | 320 | 1 | 144 | 0 | 22 | 453 | 144 | 51 |
| Binary | 11001110 | 0 | 11010000 | 1 | 1100100 | 0 | 10010 | 100101011 | 1100100 | 101001 |
Color Harmonies of #CE00D0
Complementary color
Monochromatic Colors of #CE00D0
Black with #CE00D0
Text Example
Text Example
White with #CE00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00D0; }
p { color: rgb(206,0,208); }
H1.HeaderClassName
{
color: #CE00D0;
}
.AnyTagClassName
{
color: #CE00D0;
}
</style>
background-color css
<style>
a { background-color: #CE00D0; }
a { background-color: rgb(206,0,208); }
div.DivClassName
{
background-color: #CE00D0;
}
.BgClassName
{
background-color: #CE00D0;
}
</style>
border-color css
<style>
span { border-color: #CE00D0; }
span { border-color: rgb(206,0,208); }
td.TdClassName
{
border-color: #CE00D0;
}
.TagClassName
{
border-color: #CE00D0;
}
</style>