Shades of Deep Magenta #CE07D7
Tints of Deep Magenta #CE07D7
RGB
CMYK
RGB Variations
Color information
#CE07D7 (or 0xCE07D7) is known color: Deep Magenta. HEX triplet: CE, 07 and D7. RGB value is (206,7,215). Sum of RGB (Red+Green+Blue) = 206+7+215=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07D7 is #31F828. Grayscale: #595959. Windows color (decimal): -3274793 or 14092238. OLE color: 14092238.
HSL color Cylindrical-coordinate representation of color #CE07D7: hue angle of 297.4º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07D7 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 7 | 215 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.16 |
| HSL | 297.4º | 0.94% | 0.44% | - |
| HSV(B) | 297.4º | 0.97% | 0.84% | - |
| XYZ | 37.8 | 18.18 | 65.81 | - |
| YUV | 90.21 | 198.43 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 215 | 0.04 | 0.97 | 0 | 0.16 | 297.4 | 0.94 | 0.44 |
| Hex | CE | 7 | D7 | 4 | 61 | 0 | 10 | 129 | 5E | 2C |
| Octal | 316 | 7 | 327 | 4 | 141 | 0 | 20 | 451 | 136 | 54 |
| Binary | 11001110 | 111 | 11010111 | 100 | 1100001 | 0 | 10000 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CE07D7
Complementary color
Monochromatic Colors of #CE07D7
Black with #CE07D7
Text Example
Text Example
White with #CE07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07D7; }
p { color: rgb(206,7,215); }
H1.HeaderClassName
{
color: #CE07D7;
}
.AnyTagClassName
{
color: #CE07D7;
}
</style>
background-color css
<style>
a { background-color: #CE07D7; }
a { background-color: rgb(206,7,215); }
div.DivClassName
{
background-color: #CE07D7;
}
.BgClassName
{
background-color: #CE07D7;
}
</style>
border-color css
<style>
span { border-color: #CE07D7; }
span { border-color: rgb(206,7,215); }
td.TdClassName
{
border-color: #CE07D7;
}
.TagClassName
{
border-color: #CE07D7;
}
</style>