Shades of Deep Magenta #C424DE
Tints of Deep Magenta #C424DE
RGB
CMYK
RGB Variations
Color information
#C424DE (or 0xC424DE) is known color: Deep Magenta. HEX triplet: C4, 24 and DE. RGB value is (196,36,222). Sum of RGB (Red+Green+Blue) = 196+36+222=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #C424DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424DE is #3BDB21. Grayscale: #686868. Windows color (decimal): -3922722 or 14558404. OLE color: 14558404.
HSL color Cylindrical-coordinate representation of color #C424DE: hue angle of 291.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C424DE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 36 | 222 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.13 |
| HSL | 291.61º | 0.74% | 0.51% | - |
| HSV(B) | 291.61º | 0.84% | 0.87% | - |
| XYZ | 36.58 | 18.27 | 70.71 | - |
| YUV | 105.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 222 | 0.12 | 0.84 | 0 | 0.13 | 291.61 | 0.74 | 0.51 |
| Hex | C4 | 24 | DE | C | 54 | 0 | D | 124 | 4A | 33 |
| Octal | 304 | 44 | 336 | 14 | 124 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000100 | 100100 | 11011110 | 1100 | 1010100 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C424DE
Complementary color
Monochromatic Colors of #C424DE
Black with #C424DE
Text Example
Text Example
White with #C424DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424DE; }
p { color: rgb(196,36,222); }
H1.HeaderClassName
{
color: #C424DE;
}
.AnyTagClassName
{
color: #C424DE;
}
</style>
background-color css
<style>
a { background-color: #C424DE; }
a { background-color: rgb(196,36,222); }
div.DivClassName
{
background-color: #C424DE;
}
.BgClassName
{
background-color: #C424DE;
}
</style>
border-color css
<style>
span { border-color: #C424DE; }
span { border-color: rgb(196,36,222); }
td.TdClassName
{
border-color: #C424DE;
}
.TagClassName
{
border-color: #C424DE;
}
</style>