Shades of Deep Magenta #CE08DA
Tints of Deep Magenta #CE08DA
RGB
CMYK
RGB Variations
Color information
#CE08DA (or 0xCE08DA) is known color: Deep Magenta. HEX triplet: CE, 08 and DA. RGB value is (206,8,218). Sum of RGB (Red+Green+Blue) = 206+8+218=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08DA is #31F725. Grayscale: #5A5A5A. Windows color (decimal): -3274534 or 14289102. OLE color: 14289102.
HSL color Cylindrical-coordinate representation of color #CE08DA: hue angle of 296.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08DA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 8 | 218 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 296.57º | 0.93% | 0.44% | - |
| HSV(B) | 296.57º | 0.96% | 0.85% | - |
| XYZ | 38.2 | 18.36 | 67.86 | - |
| YUV | 91.14 | 199.6 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 218 | 0.06 | 0.96 | 0 | 0.15 | 296.57 | 0.93 | 0.44 |
| Hex | CE | 8 | DA | 6 | 60 | 0 | F | 129 | 5D | 2C |
| Octal | 316 | 10 | 332 | 6 | 140 | 0 | 17 | 451 | 135 | 54 |
| Binary | 11001110 | 1000 | 11011010 | 110 | 1100000 | 0 | 1111 | 100101001 | 1011101 | 101100 |
Color Harmonies of #CE08DA
Complementary color
Monochromatic Colors of #CE08DA
Black with #CE08DA
Text Example
Text Example
White with #CE08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08DA; }
p { color: rgb(206,8,218); }
H1.HeaderClassName
{
color: #CE08DA;
}
.AnyTagClassName
{
color: #CE08DA;
}
</style>
background-color css
<style>
a { background-color: #CE08DA; }
a { background-color: rgb(206,8,218); }
div.DivClassName
{
background-color: #CE08DA;
}
.BgClassName
{
background-color: #CE08DA;
}
</style>
border-color css
<style>
span { border-color: #CE08DA; }
span { border-color: rgb(206,8,218); }
td.TdClassName
{
border-color: #CE08DA;
}
.TagClassName
{
border-color: #CE08DA;
}
</style>