Shades of Deep Magenta #CE09D2
Tints of Deep Magenta #CE09D2
RGB
CMYK
RGB Variations
Color information
#CE09D2 (or 0xCE09D2) is known color: Deep Magenta. HEX triplet: CE, 09 and D2. RGB value is (206,9,210). Sum of RGB (Red+Green+Blue) = 206+9+210=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE09D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09D2 is #31F62D. Grayscale: #5A5A5A. Windows color (decimal): -3274286 or 13765070. OLE color: 13765070.
HSL color Cylindrical-coordinate representation of color #CE09D2: hue angle of 298.81º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09D2 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 9 | 210 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.18 |
| HSL | 298.81º | 0.92% | 0.43% | - |
| HSV(B) | 298.81º | 0.96% | 0.82% | - |
| XYZ | 37.18 | 17.97 | 62.48 | - |
| YUV | 90.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 210 | 0.02 | 0.96 | 0 | 0.18 | 298.81 | 0.92 | 0.43 |
| Hex | CE | 9 | D2 | 2 | 60 | 0 | 12 | 12B | 5C | 2B |
| Octal | 316 | 11 | 322 | 2 | 140 | 0 | 22 | 453 | 134 | 53 |
| Binary | 11001110 | 1001 | 11010010 | 10 | 1100000 | 0 | 10010 | 100101011 | 1011100 | 101011 |
Color Harmonies of #CE09D2
Complementary color
Monochromatic Colors of #CE09D2
Black with #CE09D2
Text Example
Text Example
White with #CE09D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09D2; }
p { color: rgb(206,9,210); }
H1.HeaderClassName
{
color: #CE09D2;
}
.AnyTagClassName
{
color: #CE09D2;
}
</style>
background-color css
<style>
a { background-color: #CE09D2; }
a { background-color: rgb(206,9,210); }
div.DivClassName
{
background-color: #CE09D2;
}
.BgClassName
{
background-color: #CE09D2;
}
</style>
border-color css
<style>
span { border-color: #CE09D2; }
span { border-color: rgb(206,9,210); }
td.TdClassName
{
border-color: #CE09D2;
}
.TagClassName
{
border-color: #CE09D2;
}
</style>