Shades of Deep Magenta #CE24B1
Tints of Deep Magenta #CE24B1
RGB
CMYK
RGB Variations
Color information
#CE24B1 (or 0xCE24B1) is known color: Deep Magenta. HEX triplet: CE, 24 and B1. RGB value is (206,36,177). Sum of RGB (Red+Green+Blue) = 206+36+177=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24B1 is #31DB4E. Grayscale: #666666. Windows color (decimal): -3267407 or 11609294. OLE color: 11609294.
HSL color Cylindrical-coordinate representation of color #CE24B1: hue angle of 310.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24B1 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 177 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.19 |
| HSL | 310.24º | 0.7% | 0.47% | - |
| HSV(B) | 310.24º | 0.83% | 0.81% | - |
| XYZ | 34.02 | 17.56 | 43.19 | - |
| YUV | 102.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 177 | 0 | 0.83 | 0.14 | 0.19 | 310.24 | 0.7 | 0.47 |
| Hex | CE | 24 | B1 | 0 | 53 | E | 13 | 136 | 46 | 2F |
| Octal | 316 | 44 | 261 | 0 | 123 | 16 | 23 | 466 | 106 | 57 |
| Binary | 11001110 | 100100 | 10110001 | 0 | 1010011 | 1110 | 10011 | 100110110 | 1000110 | 101111 |
Color Harmonies of #CE24B1
Complementary color
Monochromatic Colors of #CE24B1
Black with #CE24B1
Text Example
Text Example
White with #CE24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24B1; }
p { color: rgb(206,36,177); }
H1.HeaderClassName
{
color: #CE24B1;
}
.AnyTagClassName
{
color: #CE24B1;
}
</style>
background-color css
<style>
a { background-color: #CE24B1; }
a { background-color: rgb(206,36,177); }
div.DivClassName
{
background-color: #CE24B1;
}
.BgClassName
{
background-color: #CE24B1;
}
</style>
border-color css
<style>
span { border-color: #CE24B1; }
span { border-color: rgb(206,36,177); }
td.TdClassName
{
border-color: #CE24B1;
}
.TagClassName
{
border-color: #CE24B1;
}
</style>