Shades of Deep Magenta #CE24CF
Tints of Deep Magenta #CE24CF
RGB
CMYK
RGB Variations
Color information
#CE24CF (or 0xCE24CF) is known color: Deep Magenta. HEX triplet: CE, 24 and CF. RGB value is (206,36,207). Sum of RGB (Red+Green+Blue) = 206+36+207=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24CF is #31DB30. Grayscale: #696969. Windows color (decimal): -3267377 or 13575374. OLE color: 13575374.
HSL color Cylindrical-coordinate representation of color #CE24CF: hue angle of 299.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24CF is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 207 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.19 |
| HSL | 299.65º | 0.7% | 0.48% | - |
| HSV(B) | 299.65º | 0.83% | 0.81% | - |
| XYZ | 37.35 | 18.89 | 60.71 | - |
| YUV | 106.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 207 | 0.00 | 0.83 | 0 | 0.19 | 299.65 | 0.7 | 0.48 |
| Hex | CE | 24 | CF | 0 | 53 | 0 | 13 | 12C | 46 | 30 |
| Octal | 316 | 44 | 317 | 0 | 123 | 0 | 23 | 454 | 106 | 60 |
| Binary | 11001110 | 100100 | 11001111 | 0 | 1010011 | 0 | 10011 | 100101100 | 1000110 | 110000 |
Color Harmonies of #CE24CF
Complementary color
Monochromatic Colors of #CE24CF
Black with #CE24CF
Text Example
Text Example
White with #CE24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24CF; }
p { color: rgb(206,36,207); }
H1.HeaderClassName
{
color: #CE24CF;
}
.AnyTagClassName
{
color: #CE24CF;
}
</style>
background-color css
<style>
a { background-color: #CE24CF; }
a { background-color: rgb(206,36,207); }
div.DivClassName
{
background-color: #CE24CF;
}
.BgClassName
{
background-color: #CE24CF;
}
</style>
border-color css
<style>
span { border-color: #CE24CF; }
span { border-color: rgb(206,36,207); }
td.TdClassName
{
border-color: #CE24CF;
}
.TagClassName
{
border-color: #CE24CF;
}
</style>