Shades of Deep Magenta #CE07DF
Tints of Deep Magenta #CE07DF
RGB
CMYK
RGB Variations
Color information
#CE07DF (or 0xCE07DF) is known color: Deep Magenta. HEX triplet: CE, 07 and DF. RGB value is (206,7,223). Sum of RGB (Red+Green+Blue) = 206+7+223=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07DF is #31F820. Grayscale: #5A5A5A. Windows color (decimal): -3274785 or 14616526. OLE color: 14616526.
HSL color Cylindrical-coordinate representation of color #CE07DF: hue angle of 295.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07DF is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 7 | 223 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.13 |
| HSL | 295.28º | 0.94% | 0.45% | - |
| HSV(B) | 295.28º | 0.97% | 0.87% | - |
| XYZ | 38.85 | 18.6 | 71.35 | - |
| YUV | 91.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 223 | 0.08 | 0.97 | 0 | 0.13 | 295.28 | 0.94 | 0.45 |
| Hex | CE | 7 | DF | 8 | 61 | 0 | D | 127 | 5E | 2D |
| Octal | 316 | 7 | 337 | 10 | 141 | 0 | 15 | 447 | 136 | 55 |
| Binary | 11001110 | 111 | 11011111 | 1000 | 1100001 | 0 | 1101 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CE07DF
Complementary color
Monochromatic Colors of #CE07DF
Black with #CE07DF
Text Example
Text Example
White with #CE07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07DF; }
p { color: rgb(206,7,223); }
H1.HeaderClassName
{
color: #CE07DF;
}
.AnyTagClassName
{
color: #CE07DF;
}
</style>
background-color css
<style>
a { background-color: #CE07DF; }
a { background-color: rgb(206,7,223); }
div.DivClassName
{
background-color: #CE07DF;
}
.BgClassName
{
background-color: #CE07DF;
}
</style>
border-color css
<style>
span { border-color: #CE07DF; }
span { border-color: rgb(206,7,223); }
td.TdClassName
{
border-color: #CE07DF;
}
.TagClassName
{
border-color: #CE07DF;
}
</style>