Shades of Deep Magenta #CE04D6
Tints of Deep Magenta #CE04D6
RGB
CMYK
RGB Variations
Color information
#CE04D6 (or 0xCE04D6) is known color: Deep Magenta. HEX triplet: CE, 04 and D6. RGB value is (206,4,214). Sum of RGB (Red+Green+Blue) = 206+4+214=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE04D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04D6 is #31FB29. Grayscale: #575757. Windows color (decimal): -3275562 or 14025934. OLE color: 14025934.
HSL color Cylindrical-coordinate representation of color #CE04D6: hue angle of 297.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04D6 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 4 | 214 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.16 |
| HSL | 297.71º | 0.96% | 0.43% | - |
| HSV(B) | 297.71º | 0.98% | 0.84% | - |
| XYZ | 37.63 | 18.06 | 65.12 | - |
| YUV | 88.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 214 | 0.04 | 0.98 | 0 | 0.16 | 297.71 | 0.96 | 0.43 |
| Hex | CE | 4 | D6 | 4 | 62 | 0 | 10 | 12A | 60 | 2B |
| Octal | 316 | 4 | 326 | 4 | 142 | 0 | 20 | 452 | 140 | 53 |
| Binary | 11001110 | 100 | 11010110 | 100 | 1100010 | 0 | 10000 | 100101010 | 1100000 | 101011 |
Color Harmonies of #CE04D6
Complementary color
Monochromatic Colors of #CE04D6
Black with #CE04D6
Text Example
Text Example
White with #CE04D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04D6; }
p { color: rgb(206,4,214); }
H1.HeaderClassName
{
color: #CE04D6;
}
.AnyTagClassName
{
color: #CE04D6;
}
</style>
background-color css
<style>
a { background-color: #CE04D6; }
a { background-color: rgb(206,4,214); }
div.DivClassName
{
background-color: #CE04D6;
}
.BgClassName
{
background-color: #CE04D6;
}
</style>
border-color css
<style>
span { border-color: #CE04D6; }
span { border-color: rgb(206,4,214); }
td.TdClassName
{
border-color: #CE04D6;
}
.TagClassName
{
border-color: #CE04D6;
}
</style>