Shades of Deep Magenta #CE09D4
Tints of Deep Magenta #CE09D4
RGB
CMYK
RGB Variations
Color information
#CE09D4 (or 0xCE09D4) is known color: Deep Magenta. HEX triplet: CE, 09 and D4. RGB value is (206,9,212). Sum of RGB (Red+Green+Blue) = 206+9+212=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE09D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09D4 is #31F62B. Grayscale: #5A5A5A. Windows color (decimal): -3274284 or 13896142. OLE color: 13896142.
HSL color Cylindrical-coordinate representation of color #CE09D4: hue angle of 298.23º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09D4 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 9 | 212 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.17 |
| HSL | 298.23º | 0.92% | 0.43% | - |
| HSV(B) | 298.23º | 0.96% | 0.83% | - |
| XYZ | 37.43 | 18.07 | 63.8 | - |
| YUV | 91.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 212 | 0.03 | 0.96 | 0 | 0.17 | 298.23 | 0.92 | 0.43 |
| Hex | CE | 9 | D4 | 3 | 60 | 0 | 11 | 12A | 5C | 2B |
| Octal | 316 | 11 | 324 | 3 | 140 | 0 | 21 | 452 | 134 | 53 |
| Binary | 11001110 | 1001 | 11010100 | 11 | 1100000 | 0 | 10001 | 100101010 | 1011100 | 101011 |
Color Harmonies of #CE09D4
Complementary color
Monochromatic Colors of #CE09D4
Black with #CE09D4
Text Example
Text Example
White with #CE09D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09D4; }
p { color: rgb(206,9,212); }
H1.HeaderClassName
{
color: #CE09D4;
}
.AnyTagClassName
{
color: #CE09D4;
}
</style>
background-color css
<style>
a { background-color: #CE09D4; }
a { background-color: rgb(206,9,212); }
div.DivClassName
{
background-color: #CE09D4;
}
.BgClassName
{
background-color: #CE09D4;
}
</style>
border-color css
<style>
span { border-color: #CE09D4; }
span { border-color: rgb(206,9,212); }
td.TdClassName
{
border-color: #CE09D4;
}
.TagClassName
{
border-color: #CE09D4;
}
</style>