Shades of Deep Magenta #CE24BC
Tints of Deep Magenta #CE24BC
RGB
CMYK
RGB Variations
Color information
#CE24BC (or 0xCE24BC) is known color: Deep Magenta. HEX triplet: CE, 24 and BC. RGB value is (206,36,188). Sum of RGB (Red+Green+Blue) = 206+36+188=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24BC is #31DB43. Grayscale: #676767. Windows color (decimal): -3267396 or 12330190. OLE color: 12330190.
HSL color Cylindrical-coordinate representation of color #CE24BC: hue angle of 306.35º 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 #CE24BC is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 188 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.19 |
| HSL | 306.35º | 0.7% | 0.47% | - |
| HSV(B) | 306.35º | 0.83% | 0.81% | - |
| XYZ | 35.16 | 18.01 | 49.2 | - |
| YUV | 104.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 188 | 0 | 0.83 | 0.09 | 0.19 | 306.35 | 0.7 | 0.47 |
| Hex | CE | 24 | BC | 0 | 53 | 9 | 13 | 132 | 46 | 2F |
| Octal | 316 | 44 | 274 | 0 | 123 | 11 | 23 | 462 | 106 | 57 |
| Binary | 11001110 | 100100 | 10111100 | 0 | 1010011 | 1001 | 10011 | 100110010 | 1000110 | 101111 |
Color Harmonies of #CE24BC
Complementary color
Monochromatic Colors of #CE24BC
Black with #CE24BC
Text Example
Text Example
White with #CE24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24BC; }
p { color: rgb(206,36,188); }
H1.HeaderClassName
{
color: #CE24BC;
}
.AnyTagClassName
{
color: #CE24BC;
}
</style>
background-color css
<style>
a { background-color: #CE24BC; }
a { background-color: rgb(206,36,188); }
div.DivClassName
{
background-color: #CE24BC;
}
.BgClassName
{
background-color: #CE24BC;
}
</style>
border-color css
<style>
span { border-color: #CE24BC; }
span { border-color: rgb(206,36,188); }
td.TdClassName
{
border-color: #CE24BC;
}
.TagClassName
{
border-color: #CE24BC;
}
</style>