Shades of Deep Magenta #CE25B4
Tints of Deep Magenta #CE25B4
RGB
CMYK
RGB Variations
Color information
#CE25B4 (or 0xCE25B4) is known color: Deep Magenta. HEX triplet: CE, 25 and B4. RGB value is (206,37,180). Sum of RGB (Red+Green+Blue) = 206+37+180=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25B4 is #31DA4B. Grayscale: #676767. Windows color (decimal): -3267148 or 11806158. OLE color: 11806158.
HSL color Cylindrical-coordinate representation of color #CE25B4: hue angle of 309.23º 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 #CE25B4 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 180 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.19 |
| HSL | 309.23º | 0.7% | 0.48% | - |
| HSV(B) | 309.23º | 0.82% | 0.81% | - |
| XYZ | 34.35 | 17.74 | 44.79 | - |
| YUV | 103.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 180 | 0 | 0.82 | 0.13 | 0.19 | 309.23 | 0.7 | 0.48 |
| Hex | CE | 25 | B4 | 0 | 52 | D | 13 | 135 | 46 | 30 |
| Octal | 316 | 45 | 264 | 0 | 122 | 15 | 23 | 465 | 106 | 60 |
| Binary | 11001110 | 100101 | 10110100 | 0 | 1010010 | 1101 | 10011 | 100110101 | 1000110 | 110000 |
Color Harmonies of #CE25B4
Complementary color
Monochromatic Colors of #CE25B4
Black with #CE25B4
Text Example
Text Example
White with #CE25B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25B4; }
p { color: rgb(206,37,180); }
H1.HeaderClassName
{
color: #CE25B4;
}
.AnyTagClassName
{
color: #CE25B4;
}
</style>
background-color css
<style>
a { background-color: #CE25B4; }
a { background-color: rgb(206,37,180); }
div.DivClassName
{
background-color: #CE25B4;
}
.BgClassName
{
background-color: #CE25B4;
}
</style>
border-color css
<style>
span { border-color: #CE25B4; }
span { border-color: rgb(206,37,180); }
td.TdClassName
{
border-color: #CE25B4;
}
.TagClassName
{
border-color: #CE25B4;
}
</style>