Shades of Deep Magenta #CE25CB
Tints of Deep Magenta #CE25CB
RGB
CMYK
RGB Variations
Color information
#CE25CB (or 0xCE25CB) is known color: Deep Magenta. HEX triplet: CE, 25 and CB. RGB value is (206,37,203). Sum of RGB (Red+Green+Blue) = 206+37+203=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25CB is #31DA34. Grayscale: #696969. Windows color (decimal): -3267125 or 13313486. OLE color: 13313486.
HSL color Cylindrical-coordinate representation of color #CE25CB: hue angle of 301.07º 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 #CE25CB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 203 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.19 |
| HSL | 301.07º | 0.7% | 0.48% | - |
| HSV(B) | 301.07º | 0.82% | 0.81% | - |
| XYZ | 36.89 | 18.76 | 58.18 | - |
| YUV | 106.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 203 | 0 | 0.82 | 0.01 | 0.19 | 301.07 | 0.7 | 0.48 |
| Hex | CE | 25 | CB | 0 | 52 | 1 | 13 | 12D | 46 | 30 |
| Octal | 316 | 45 | 313 | 0 | 122 | 1 | 23 | 455 | 106 | 60 |
| Binary | 11001110 | 100101 | 11001011 | 0 | 1010010 | 1 | 10011 | 100101101 | 1000110 | 110000 |
Color Harmonies of #CE25CB
Complementary color
Monochromatic Colors of #CE25CB
Black with #CE25CB
Text Example
Text Example
White with #CE25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25CB; }
p { color: rgb(206,37,203); }
H1.HeaderClassName
{
color: #CE25CB;
}
.AnyTagClassName
{
color: #CE25CB;
}
</style>
background-color css
<style>
a { background-color: #CE25CB; }
a { background-color: rgb(206,37,203); }
div.DivClassName
{
background-color: #CE25CB;
}
.BgClassName
{
background-color: #CE25CB;
}
</style>
border-color css
<style>
span { border-color: #CE25CB; }
span { border-color: rgb(206,37,203); }
td.TdClassName
{
border-color: #CE25CB;
}
.TagClassName
{
border-color: #CE25CB;
}
</style>