Shades of Deep Magenta #CE08DF
Tints of Deep Magenta #CE08DF
RGB
CMYK
RGB Variations
Color information
#CE08DF (or 0xCE08DF) is known color: Deep Magenta. HEX triplet: CE, 08 and DF. RGB value is (206,8,223). Sum of RGB (Red+Green+Blue) = 206+8+223=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08DF is #31F720. Grayscale: #5B5B5B. Windows color (decimal): -3274529 or 14616782. OLE color: 14616782.
HSL color Cylindrical-coordinate representation of color #CE08DF: hue angle of 295.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08DF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 8 | 223 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.13 |
| HSL | 295.26º | 0.93% | 0.45% | - |
| HSV(B) | 295.26º | 0.96% | 0.87% | - |
| XYZ | 38.86 | 18.62 | 71.36 | - |
| YUV | 91.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 223 | 0.08 | 0.96 | 0 | 0.13 | 295.26 | 0.93 | 0.45 |
| Hex | CE | 8 | DF | 8 | 60 | 0 | D | 127 | 5D | 2D |
| Octal | 316 | 10 | 337 | 10 | 140 | 0 | 15 | 447 | 135 | 55 |
| Binary | 11001110 | 1000 | 11011111 | 1000 | 1100000 | 0 | 1101 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CE08DF
Complementary color
Monochromatic Colors of #CE08DF
Black with #CE08DF
Text Example
Text Example
White with #CE08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08DF; }
p { color: rgb(206,8,223); }
H1.HeaderClassName
{
color: #CE08DF;
}
.AnyTagClassName
{
color: #CE08DF;
}
</style>
background-color css
<style>
a { background-color: #CE08DF; }
a { background-color: rgb(206,8,223); }
div.DivClassName
{
background-color: #CE08DF;
}
.BgClassName
{
background-color: #CE08DF;
}
</style>
border-color css
<style>
span { border-color: #CE08DF; }
span { border-color: rgb(206,8,223); }
td.TdClassName
{
border-color: #CE08DF;
}
.TagClassName
{
border-color: #CE08DF;
}
</style>