Shades of Deep Magenta #CE24B5
Tints of Deep Magenta #CE24B5
RGB
CMYK
RGB Variations
Color information
#CE24B5 (or 0xCE24B5) is known color: Deep Magenta. HEX triplet: CE, 24 and B5. RGB value is (206,36,181). Sum of RGB (Red+Green+Blue) = 206+36+181=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24B5 is #31DB4A. Grayscale: #666666. Windows color (decimal): -3267403 or 11871438. OLE color: 11871438.
HSL color Cylindrical-coordinate representation of color #CE24B5: hue angle of 308.82º 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 #CE24B5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 181 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.19 |
| HSL | 308.82º | 0.7% | 0.47% | - |
| HSV(B) | 308.82º | 0.83% | 0.81% | - |
| XYZ | 34.42 | 17.72 | 45.32 | - |
| YUV | 103.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 181 | 0 | 0.83 | 0.12 | 0.19 | 308.82 | 0.7 | 0.47 |
| Hex | CE | 24 | B5 | 0 | 53 | C | 13 | 135 | 46 | 2F |
| Octal | 316 | 44 | 265 | 0 | 123 | 14 | 23 | 465 | 106 | 57 |
| Binary | 11001110 | 100100 | 10110101 | 0 | 1010011 | 1100 | 10011 | 100110101 | 1000110 | 101111 |
Color Harmonies of #CE24B5
Complementary color
Monochromatic Colors of #CE24B5
Black with #CE24B5
Text Example
Text Example
White with #CE24B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24B5; }
p { color: rgb(206,36,181); }
H1.HeaderClassName
{
color: #CE24B5;
}
.AnyTagClassName
{
color: #CE24B5;
}
</style>
background-color css
<style>
a { background-color: #CE24B5; }
a { background-color: rgb(206,36,181); }
div.DivClassName
{
background-color: #CE24B5;
}
.BgClassName
{
background-color: #CE24B5;
}
</style>
border-color css
<style>
span { border-color: #CE24B5; }
span { border-color: rgb(206,36,181); }
td.TdClassName
{
border-color: #CE24B5;
}
.TagClassName
{
border-color: #CE24B5;
}
</style>