Shades of Deep Magenta #CE25B0
Tints of Deep Magenta #CE25B0
RGB
CMYK
RGB Variations
Color information
#CE25B0 (or 0xCE25B0) is known color: Deep Magenta. HEX triplet: CE, 25 and B0. RGB value is (206,37,176). Sum of RGB (Red+Green+Blue) = 206+37+176=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25B0 is #31DA4F. Grayscale: #666666. Windows color (decimal): -3267152 or 11544014. OLE color: 11544014.
HSL color Cylindrical-coordinate representation of color #CE25B0: hue angle of 310.65º 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 #CE25B0 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 176 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.19 |
| HSL | 310.65º | 0.7% | 0.48% | - |
| HSV(B) | 310.65º | 0.82% | 0.81% | - |
| XYZ | 33.95 | 17.58 | 42.68 | - |
| YUV | 103.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 176 | 0 | 0.82 | 0.15 | 0.19 | 310.65 | 0.7 | 0.48 |
| Hex | CE | 25 | B0 | 0 | 52 | F | 13 | 137 | 46 | 30 |
| Octal | 316 | 45 | 260 | 0 | 122 | 17 | 23 | 467 | 106 | 60 |
| Binary | 11001110 | 100101 | 10110000 | 0 | 1010010 | 1111 | 10011 | 100110111 | 1000110 | 110000 |
Color Harmonies of #CE25B0
Complementary color
Monochromatic Colors of #CE25B0
Black with #CE25B0
Text Example
Text Example
White with #CE25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25B0; }
p { color: rgb(206,37,176); }
H1.HeaderClassName
{
color: #CE25B0;
}
.AnyTagClassName
{
color: #CE25B0;
}
</style>
background-color css
<style>
a { background-color: #CE25B0; }
a { background-color: rgb(206,37,176); }
div.DivClassName
{
background-color: #CE25B0;
}
.BgClassName
{
background-color: #CE25B0;
}
</style>
border-color css
<style>
span { border-color: #CE25B0; }
span { border-color: rgb(206,37,176); }
td.TdClassName
{
border-color: #CE25B0;
}
.TagClassName
{
border-color: #CE25B0;
}
</style>