Shades of Deep Magenta #CE07DD
Tints of Deep Magenta #CE07DD
RGB
CMYK
RGB Variations
Color information
#CE07DD (or 0xCE07DD) is known color: Deep Magenta. HEX triplet: CE, 07 and DD. RGB value is (206,7,221). Sum of RGB (Red+Green+Blue) = 206+7+221=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07DD is #31F822. Grayscale: #5A5A5A. Windows color (decimal): -3274787 or 14485454. OLE color: 14485454.
HSL color Cylindrical-coordinate representation of color #CE07DD: hue angle of 295.79º 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 #CE07DD is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 7 | 221 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.13 |
| HSL | 295.79º | 0.94% | 0.45% | - |
| HSV(B) | 295.79º | 0.97% | 0.87% | - |
| XYZ | 38.58 | 18.49 | 69.94 | - |
| YUV | 90.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 221 | 0.07 | 0.97 | 0 | 0.13 | 295.79 | 0.94 | 0.45 |
| Hex | CE | 7 | DD | 7 | 61 | 0 | D | 128 | 5E | 2D |
| Octal | 316 | 7 | 335 | 7 | 141 | 0 | 15 | 450 | 136 | 55 |
| Binary | 11001110 | 111 | 11011101 | 111 | 1100001 | 0 | 1101 | 100101000 | 1011110 | 101101 |
Color Harmonies of #CE07DD
Complementary color
Monochromatic Colors of #CE07DD
Black with #CE07DD
Text Example
Text Example
White with #CE07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07DD; }
p { color: rgb(206,7,221); }
H1.HeaderClassName
{
color: #CE07DD;
}
.AnyTagClassName
{
color: #CE07DD;
}
</style>
background-color css
<style>
a { background-color: #CE07DD; }
a { background-color: rgb(206,7,221); }
div.DivClassName
{
background-color: #CE07DD;
}
.BgClassName
{
background-color: #CE07DD;
}
</style>
border-color css
<style>
span { border-color: #CE07DD; }
span { border-color: rgb(206,7,221); }
td.TdClassName
{
border-color: #CE07DD;
}
.TagClassName
{
border-color: #CE07DD;
}
</style>