Shades of Deep Magenta #CE25B5
Tints of Deep Magenta #CE25B5
RGB
CMYK
RGB Variations
Color information
#CE25B5 (or 0xCE25B5) is known color: Deep Magenta. HEX triplet: CE, 25 and B5. RGB value is (206,37,181). Sum of RGB (Red+Green+Blue) = 206+37+181=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25B5 is #31DA4A. Grayscale: #676767. Windows color (decimal): -3267147 or 11871694. OLE color: 11871694.
HSL color Cylindrical-coordinate representation of color #CE25B5: hue angle of 308.88º 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 #CE25B5 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 181 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.19 |
| HSL | 308.88º | 0.7% | 0.48% | - |
| HSV(B) | 308.88º | 0.82% | 0.81% | - |
| XYZ | 34.46 | 17.78 | 45.33 | - |
| YUV | 103.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 181 | 0 | 0.82 | 0.12 | 0.19 | 308.88 | 0.7 | 0.48 |
| Hex | CE | 25 | B5 | 0 | 52 | C | 13 | 135 | 46 | 30 |
| Octal | 316 | 45 | 265 | 0 | 122 | 14 | 23 | 465 | 106 | 60 |
| Binary | 11001110 | 100101 | 10110101 | 0 | 1010010 | 1100 | 10011 | 100110101 | 1000110 | 110000 |
Color Harmonies of #CE25B5
Complementary color
Monochromatic Colors of #CE25B5
Black with #CE25B5
Text Example
Text Example
White with #CE25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25B5; }
p { color: rgb(206,37,181); }
H1.HeaderClassName
{
color: #CE25B5;
}
.AnyTagClassName
{
color: #CE25B5;
}
</style>
background-color css
<style>
a { background-color: #CE25B5; }
a { background-color: rgb(206,37,181); }
div.DivClassName
{
background-color: #CE25B5;
}
.BgClassName
{
background-color: #CE25B5;
}
</style>
border-color css
<style>
span { border-color: #CE25B5; }
span { border-color: rgb(206,37,181); }
td.TdClassName
{
border-color: #CE25B5;
}
.TagClassName
{
border-color: #CE25B5;
}
</style>