Shades of Deep Magenta #CE25BB
Tints of Deep Magenta #CE25BB
RGB
CMYK
RGB Variations
Color information
#CE25BB (or 0xCE25BB) is known color: Deep Magenta. HEX triplet: CE, 25 and BB. RGB value is (206,37,187). Sum of RGB (Red+Green+Blue) = 206+37+187=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BB is #31DA44. Grayscale: #686868. Windows color (decimal): -3267141 or 12264910. OLE color: 12264910.
HSL color Cylindrical-coordinate representation of color #CE25BB: hue angle of 306.75º 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 #CE25BB is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 187 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.19 |
| HSL | 306.75º | 0.7% | 0.48% | - |
| HSV(B) | 306.75º | 0.82% | 0.81% | - |
| XYZ | 35.08 | 18.03 | 48.65 | - |
| YUV | 104.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 187 | 0 | 0.82 | 0.09 | 0.19 | 306.75 | 0.7 | 0.48 |
| Hex | CE | 25 | BB | 0 | 52 | 9 | 13 | 133 | 46 | 30 |
| Octal | 316 | 45 | 273 | 0 | 122 | 11 | 23 | 463 | 106 | 60 |
| Binary | 11001110 | 100101 | 10111011 | 0 | 1010010 | 1001 | 10011 | 100110011 | 1000110 | 110000 |
Color Harmonies of #CE25BB
Complementary color
Monochromatic Colors of #CE25BB
Black with #CE25BB
Text Example
Text Example
White with #CE25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25BB; }
p { color: rgb(206,37,187); }
H1.HeaderClassName
{
color: #CE25BB;
}
.AnyTagClassName
{
color: #CE25BB;
}
</style>
background-color css
<style>
a { background-color: #CE25BB; }
a { background-color: rgb(206,37,187); }
div.DivClassName
{
background-color: #CE25BB;
}
.BgClassName
{
background-color: #CE25BB;
}
</style>
border-color css
<style>
span { border-color: #CE25BB; }
span { border-color: rgb(206,37,187); }
td.TdClassName
{
border-color: #CE25BB;
}
.TagClassName
{
border-color: #CE25BB;
}
</style>