Shades of Deep Magenta #CE25BE
Tints of Deep Magenta #CE25BE
RGB
CMYK
RGB Variations
Color information
#CE25BE (or 0xCE25BE) is known color: Deep Magenta. HEX triplet: CE, 25 and BE. RGB value is (206,37,190). Sum of RGB (Red+Green+Blue) = 206+37+190=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BE is #31DA41. Grayscale: #686868. Windows color (decimal): -3267138 or 12461518. OLE color: 12461518.
HSL color Cylindrical-coordinate representation of color #CE25BE: hue angle of 305.68º 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 #CE25BE is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 190 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.19 |
| HSL | 305.68º | 0.7% | 0.48% | - |
| HSV(B) | 305.68º | 0.82% | 0.81% | - |
| XYZ | 35.41 | 18.16 | 50.35 | - |
| YUV | 104.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 190 | 0 | 0.82 | 0.08 | 0.19 | 305.68 | 0.7 | 0.48 |
| Hex | CE | 25 | BE | 0 | 52 | 8 | 13 | 132 | 46 | 30 |
| Octal | 316 | 45 | 276 | 0 | 122 | 10 | 23 | 462 | 106 | 60 |
| Binary | 11001110 | 100101 | 10111110 | 0 | 1010010 | 1000 | 10011 | 100110010 | 1000110 | 110000 |
Color Harmonies of #CE25BE
Complementary color
Monochromatic Colors of #CE25BE
Black with #CE25BE
Text Example
Text Example
White with #CE25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25BE; }
p { color: rgb(206,37,190); }
H1.HeaderClassName
{
color: #CE25BE;
}
.AnyTagClassName
{
color: #CE25BE;
}
</style>
background-color css
<style>
a { background-color: #CE25BE; }
a { background-color: rgb(206,37,190); }
div.DivClassName
{
background-color: #CE25BE;
}
.BgClassName
{
background-color: #CE25BE;
}
</style>
border-color css
<style>
span { border-color: #CE25BE; }
span { border-color: rgb(206,37,190); }
td.TdClassName
{
border-color: #CE25BE;
}
.TagClassName
{
border-color: #CE25BE;
}
</style>