Shades of Deep Magenta #C424DD
Tints of Deep Magenta #C424DD
RGB
CMYK
RGB Variations
Color information
#C424DD (or 0xC424DD) is known color: Deep Magenta. HEX triplet: C4, 24 and DD. RGB value is (196,36,221). Sum of RGB (Red+Green+Blue) = 196+36+221=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #C424DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424DD is #3BDB22. Grayscale: #686868. Windows color (decimal): -3922723 or 14492868. OLE color: 14492868.
HSL color Cylindrical-coordinate representation of color #C424DD: hue angle of 291.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C424DD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 36 | 221 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.13 |
| HSL | 291.89º | 0.73% | 0.5% | - |
| HSV(B) | 291.89º | 0.84% | 0.87% | - |
| XYZ | 36.45 | 18.22 | 70 | - |
| YUV | 104.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 221 | 0.11 | 0.84 | 0 | 0.13 | 291.89 | 0.73 | 0.5 |
| Hex | C4 | 24 | DD | B | 54 | 0 | D | 124 | 49 | 32 |
| Octal | 304 | 44 | 335 | 13 | 124 | 0 | 15 | 444 | 111 | 62 |
| Binary | 11000100 | 100100 | 11011101 | 1011 | 1010100 | 0 | 1101 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C424DD
Complementary color
Monochromatic Colors of #C424DD
Black with #C424DD
Text Example
Text Example
White with #C424DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424DD; }
p { color: rgb(196,36,221); }
H1.HeaderClassName
{
color: #C424DD;
}
.AnyTagClassName
{
color: #C424DD;
}
</style>
background-color css
<style>
a { background-color: #C424DD; }
a { background-color: rgb(196,36,221); }
div.DivClassName
{
background-color: #C424DD;
}
.BgClassName
{
background-color: #C424DD;
}
</style>
border-color css
<style>
span { border-color: #C424DD; }
span { border-color: rgb(196,36,221); }
td.TdClassName
{
border-color: #C424DD;
}
.TagClassName
{
border-color: #C424DD;
}
</style>