Shades of Deep Magenta #CE07D6
Tints of Deep Magenta #CE07D6
RGB
CMYK
RGB Variations
Color information
#CE07D6 (or 0xCE07D6) is known color: Deep Magenta. HEX triplet: CE, 07 and D6. RGB value is (206,7,214). Sum of RGB (Red+Green+Blue) = 206+7+214=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE07D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07D6 is #31F829. Grayscale: #595959. Windows color (decimal): -3274794 or 14026702. OLE color: 14026702.
HSL color Cylindrical-coordinate representation of color #CE07D6: hue angle of 297.68º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07D6 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 7 | 214 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.16 |
| HSL | 297.68º | 0.94% | 0.43% | - |
| HSV(B) | 297.68º | 0.97% | 0.84% | - |
| XYZ | 37.67 | 18.13 | 65.13 | - |
| YUV | 90.1 | 197.93 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 214 | 0.04 | 0.97 | 0 | 0.16 | 297.68 | 0.94 | 0.43 |
| Hex | CE | 7 | D6 | 4 | 61 | 0 | 10 | 12A | 5E | 2B |
| Octal | 316 | 7 | 326 | 4 | 141 | 0 | 20 | 452 | 136 | 53 |
| Binary | 11001110 | 111 | 11010110 | 100 | 1100001 | 0 | 10000 | 100101010 | 1011110 | 101011 |
Color Harmonies of #CE07D6
Complementary color
Monochromatic Colors of #CE07D6
Black with #CE07D6
Text Example
Text Example
White with #CE07D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07D6; }
p { color: rgb(206,7,214); }
H1.HeaderClassName
{
color: #CE07D6;
}
.AnyTagClassName
{
color: #CE07D6;
}
</style>
background-color css
<style>
a { background-color: #CE07D6; }
a { background-color: rgb(206,7,214); }
div.DivClassName
{
background-color: #CE07D6;
}
.BgClassName
{
background-color: #CE07D6;
}
</style>
border-color css
<style>
span { border-color: #CE07D6; }
span { border-color: rgb(206,7,214); }
td.TdClassName
{
border-color: #CE07D6;
}
.TagClassName
{
border-color: #CE07D6;
}
</style>