Shades of Deep Magenta #CE06DD
Tints of Deep Magenta #CE06DD
RGB
CMYK
RGB Variations
Color information
#CE06DD (or 0xCE06DD) is known color: Deep Magenta. HEX triplet: CE, 06 and DD. RGB value is (206,6,221). Sum of RGB (Red+Green+Blue) = 206+6+221=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06DD is #31F922. Grayscale: #595959. Windows color (decimal): -3275043 or 14485198. OLE color: 14485198.
HSL color Cylindrical-coordinate representation of color #CE06DD: hue angle of 295.81º degrees, saturation: 0.95, 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 #CE06DD is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 6 | 221 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.13 |
| HSL | 295.81º | 0.95% | 0.45% | - |
| HSV(B) | 295.81º | 0.97% | 0.87% | - |
| XYZ | 38.57 | 18.47 | 69.94 | - |
| YUV | 90.31 | 201.76 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 221 | 0.07 | 0.97 | 0 | 0.13 | 295.81 | 0.95 | 0.45 |
| Hex | CE | 6 | DD | 7 | 61 | 0 | D | 128 | 5F | 2D |
| Octal | 316 | 6 | 335 | 7 | 141 | 0 | 15 | 450 | 137 | 55 |
| Binary | 11001110 | 110 | 11011101 | 111 | 1100001 | 0 | 1101 | 100101000 | 1011111 | 101101 |
Color Harmonies of #CE06DD
Complementary color
Monochromatic Colors of #CE06DD
Black with #CE06DD
Text Example
Text Example
White with #CE06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06DD; }
p { color: rgb(206,6,221); }
H1.HeaderClassName
{
color: #CE06DD;
}
.AnyTagClassName
{
color: #CE06DD;
}
</style>
background-color css
<style>
a { background-color: #CE06DD; }
a { background-color: rgb(206,6,221); }
div.DivClassName
{
background-color: #CE06DD;
}
.BgClassName
{
background-color: #CE06DD;
}
</style>
border-color css
<style>
span { border-color: #CE06DD; }
span { border-color: rgb(206,6,221); }
td.TdClassName
{
border-color: #CE06DD;
}
.TagClassName
{
border-color: #CE06DD;
}
</style>