Shades of Deep Magenta #CE06D3
Tints of Deep Magenta #CE06D3
RGB
CMYK
RGB Variations
Color information
#CE06D3 (or 0xCE06D3) is known color: Deep Magenta. HEX triplet: CE, 06 and D3. RGB value is (206,6,211). Sum of RGB (Red+Green+Blue) = 206+6+211=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE06D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06D3 is #31F92C. Grayscale: #585858. Windows color (decimal): -3275053 or 13829838. OLE color: 13829838.
HSL color Cylindrical-coordinate representation of color #CE06D3: hue angle of 298.54º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06D3 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 6 | 211 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.17 |
| HSL | 298.54º | 0.94% | 0.43% | - |
| HSV(B) | 298.54º | 0.97% | 0.83% | - |
| XYZ | 37.28 | 17.96 | 63.13 | - |
| YUV | 89.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 211 | 0.02 | 0.97 | 0 | 0.17 | 298.54 | 0.94 | 0.43 |
| Hex | CE | 6 | D3 | 2 | 61 | 0 | 11 | 12B | 5E | 2B |
| Octal | 316 | 6 | 323 | 2 | 141 | 0 | 21 | 453 | 136 | 53 |
| Binary | 11001110 | 110 | 11010011 | 10 | 1100001 | 0 | 10001 | 100101011 | 1011110 | 101011 |
Color Harmonies of #CE06D3
Complementary color
Monochromatic Colors of #CE06D3
Black with #CE06D3
Text Example
Text Example
White with #CE06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06D3; }
p { color: rgb(206,6,211); }
H1.HeaderClassName
{
color: #CE06D3;
}
.AnyTagClassName
{
color: #CE06D3;
}
</style>
background-color css
<style>
a { background-color: #CE06D3; }
a { background-color: rgb(206,6,211); }
div.DivClassName
{
background-color: #CE06D3;
}
.BgClassName
{
background-color: #CE06D3;
}
</style>
border-color css
<style>
span { border-color: #CE06D3; }
span { border-color: rgb(206,6,211); }
td.TdClassName
{
border-color: #CE06D3;
}
.TagClassName
{
border-color: #CE06D3;
}
</style>