Shades of Deep Magenta #CE25C0
Tints of Deep Magenta #CE25C0
RGB
CMYK
RGB Variations
Color information
#CE25C0 (or 0xCE25C0) is known color: Deep Magenta. HEX triplet: CE, 25 and C0. RGB value is (206,37,192). Sum of RGB (Red+Green+Blue) = 206+37+192=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25C0 is #31DA3F. Grayscale: #686868. Windows color (decimal): -3267136 or 12592590. OLE color: 12592590.
HSL color Cylindrical-coordinate representation of color #CE25C0: hue angle of 304.97º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE25C0 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 192 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.19 |
| HSL | 304.97º | 0.7% | 0.48% | - |
| HSV(B) | 304.97º | 0.82% | 0.81% | - |
| XYZ | 35.63 | 18.25 | 51.51 | - |
| YUV | 105.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 192 | 0 | 0.82 | 0.07 | 0.19 | 304.97 | 0.7 | 0.48 |
| Hex | CE | 25 | C0 | 0 | 52 | 7 | 13 | 131 | 46 | 30 |
| Octal | 316 | 45 | 300 | 0 | 122 | 7 | 23 | 461 | 106 | 60 |
| Binary | 11001110 | 100101 | 11000000 | 0 | 1010010 | 111 | 10011 | 100110001 | 1000110 | 110000 |
Color Harmonies of #CE25C0
Complementary color
Monochromatic Colors of #CE25C0
Black with #CE25C0
Text Example
Text Example
White with #CE25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25C0; }
p { color: rgb(206,37,192); }
H1.HeaderClassName
{
color: #CE25C0;
}
.AnyTagClassName
{
color: #CE25C0;
}
</style>
background-color css
<style>
a { background-color: #CE25C0; }
a { background-color: rgb(206,37,192); }
div.DivClassName
{
background-color: #CE25C0;
}
.BgClassName
{
background-color: #CE25C0;
}
</style>
border-color css
<style>
span { border-color: #CE25C0; }
span { border-color: rgb(206,37,192); }
td.TdClassName
{
border-color: #CE25C0;
}
.TagClassName
{
border-color: #CE25C0;
}
</style>