Shades of Deep Magenta #CE07DC
Tints of Deep Magenta #CE07DC
RGB
CMYK
RGB Variations
Color information
#CE07DC (or 0xCE07DC) is known color: Deep Magenta. HEX triplet: CE, 07 and DC. RGB value is (206,7,220). Sum of RGB (Red+Green+Blue) = 206+7+220=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07DC is #31F823. Grayscale: #5A5A5A. Windows color (decimal): -3274788 or 14419918. OLE color: 14419918.
HSL color Cylindrical-coordinate representation of color #CE07DC: hue angle of 296.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07DC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 7 | 220 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.14 |
| HSL | 296.06º | 0.94% | 0.45% | - |
| HSV(B) | 296.06º | 0.97% | 0.86% | - |
| XYZ | 38.45 | 18.44 | 69.24 | - |
| YUV | 90.78 | 200.93 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 220 | 0.06 | 0.97 | 0 | 0.14 | 296.06 | 0.94 | 0.45 |
| Hex | CE | 7 | DC | 6 | 61 | 0 | E | 128 | 5E | 2D |
| Octal | 316 | 7 | 334 | 6 | 141 | 0 | 16 | 450 | 136 | 55 |
| Binary | 11001110 | 111 | 11011100 | 110 | 1100001 | 0 | 1110 | 100101000 | 1011110 | 101101 |
Color Harmonies of #CE07DC
Complementary color
Monochromatic Colors of #CE07DC
Black with #CE07DC
Text Example
Text Example
White with #CE07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07DC; }
p { color: rgb(206,7,220); }
H1.HeaderClassName
{
color: #CE07DC;
}
.AnyTagClassName
{
color: #CE07DC;
}
</style>
background-color css
<style>
a { background-color: #CE07DC; }
a { background-color: rgb(206,7,220); }
div.DivClassName
{
background-color: #CE07DC;
}
.BgClassName
{
background-color: #CE07DC;
}
</style>
border-color css
<style>
span { border-color: #CE07DC; }
span { border-color: rgb(206,7,220); }
td.TdClassName
{
border-color: #CE07DC;
}
.TagClassName
{
border-color: #CE07DC;
}
</style>