Shades of Deep Magenta #CE09DA
Tints of Deep Magenta #CE09DA
RGB
CMYK
RGB Variations
Color information
#CE09DA (or 0xCE09DA) is known color: Deep Magenta. HEX triplet: CE, 09 and DA. RGB value is (206,9,218). Sum of RGB (Red+Green+Blue) = 206+9+218=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE09DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09DA is #31F625. Grayscale: #5B5B5B. Windows color (decimal): -3274278 or 14289358. OLE color: 14289358.
HSL color Cylindrical-coordinate representation of color #CE09DA: hue angle of 296.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09DA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 9 | 218 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 296.56º | 0.92% | 0.45% | - |
| HSV(B) | 296.56º | 0.96% | 0.85% | - |
| XYZ | 38.21 | 18.38 | 67.86 | - |
| YUV | 91.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 218 | 0.06 | 0.96 | 0 | 0.15 | 296.56 | 0.92 | 0.45 |
| Hex | CE | 9 | DA | 6 | 60 | 0 | F | 129 | 5C | 2D |
| Octal | 316 | 11 | 332 | 6 | 140 | 0 | 17 | 451 | 134 | 55 |
| Binary | 11001110 | 1001 | 11011010 | 110 | 1100000 | 0 | 1111 | 100101001 | 1011100 | 101101 |
Color Harmonies of #CE09DA
Complementary color
Monochromatic Colors of #CE09DA
Black with #CE09DA
Text Example
Text Example
White with #CE09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09DA; }
p { color: rgb(206,9,218); }
H1.HeaderClassName
{
color: #CE09DA;
}
.AnyTagClassName
{
color: #CE09DA;
}
</style>
background-color css
<style>
a { background-color: #CE09DA; }
a { background-color: rgb(206,9,218); }
div.DivClassName
{
background-color: #CE09DA;
}
.BgClassName
{
background-color: #CE09DA;
}
</style>
border-color css
<style>
span { border-color: #CE09DA; }
span { border-color: rgb(206,9,218); }
td.TdClassName
{
border-color: #CE09DA;
}
.TagClassName
{
border-color: #CE09DA;
}
</style>