Shades of Deep Magenta #CE04D7
Tints of Deep Magenta #CE04D7
RGB
CMYK
RGB Variations
Color information
#CE04D7 (or 0xCE04D7) is known color: Deep Magenta. HEX triplet: CE, 04 and D7. RGB value is (206,4,215). Sum of RGB (Red+Green+Blue) = 206+4+215=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE04D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04D7 is #31FB28. Grayscale: #575757. Windows color (decimal): -3275561 or 14091470. OLE color: 14091470.
HSL color Cylindrical-coordinate representation of color #CE04D7: hue angle of 297.44º 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 #CE04D7 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 4 | 215 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.16 |
| HSL | 297.44º | 0.96% | 0.43% | - |
| HSV(B) | 297.44º | 0.98% | 0.84% | - |
| XYZ | 37.76 | 18.11 | 65.8 | - |
| YUV | 88.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 215 | 0.04 | 0.98 | 0 | 0.16 | 297.44 | 0.96 | 0.43 |
| Hex | CE | 4 | D7 | 4 | 62 | 0 | 10 | 129 | 60 | 2B |
| Octal | 316 | 4 | 327 | 4 | 142 | 0 | 20 | 451 | 140 | 53 |
| Binary | 11001110 | 100 | 11010111 | 100 | 1100010 | 0 | 10000 | 100101001 | 1100000 | 101011 |
Color Harmonies of #CE04D7
Complementary color
Monochromatic Colors of #CE04D7
Black with #CE04D7
Text Example
Text Example
White with #CE04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04D7; }
p { color: rgb(206,4,215); }
H1.HeaderClassName
{
color: #CE04D7;
}
.AnyTagClassName
{
color: #CE04D7;
}
</style>
background-color css
<style>
a { background-color: #CE04D7; }
a { background-color: rgb(206,4,215); }
div.DivClassName
{
background-color: #CE04D7;
}
.BgClassName
{
background-color: #CE04D7;
}
</style>
border-color css
<style>
span { border-color: #CE04D7; }
span { border-color: rgb(206,4,215); }
td.TdClassName
{
border-color: #CE04D7;
}
.TagClassName
{
border-color: #CE04D7;
}
</style>