Shades of Deep Magenta #C424CE
Tints of Deep Magenta #C424CE
RGB
CMYK
RGB Variations
Color information
#C424CE (or 0xC424CE) is known color: Deep Magenta. HEX triplet: C4, 24 and CE. RGB value is (196,36,206). Sum of RGB (Red+Green+Blue) = 196+36+206=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C424CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CE is #3BDB31. Grayscale: #666666. Windows color (decimal): -3922738 or 13509828. OLE color: 13509828.
HSL color Cylindrical-coordinate representation of color #C424CE: hue angle of 296.47º 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 #C424CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 36 | 206 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.19 |
| HSL | 296.47º | 0.7% | 0.47% | - |
| HSV(B) | 296.47º | 0.83% | 0.81% | - |
| XYZ | 34.54 | 17.45 | 59.94 | - |
| YUV | 103.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 206 | 0.05 | 0.83 | 0 | 0.19 | 296.47 | 0.7 | 0.47 |
| Hex | C4 | 24 | CE | 5 | 53 | 0 | 13 | 128 | 46 | 2F |
| Octal | 304 | 44 | 316 | 5 | 123 | 0 | 23 | 450 | 106 | 57 |
| Binary | 11000100 | 100100 | 11001110 | 101 | 1010011 | 0 | 10011 | 100101000 | 1000110 | 101111 |
Color Harmonies of #C424CE
Complementary color
Monochromatic Colors of #C424CE
Black with #C424CE
Text Example
Text Example
White with #C424CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424CE; }
p { color: rgb(196,36,206); }
H1.HeaderClassName
{
color: #C424CE;
}
.AnyTagClassName
{
color: #C424CE;
}
</style>
background-color css
<style>
a { background-color: #C424CE; }
a { background-color: rgb(196,36,206); }
div.DivClassName
{
background-color: #C424CE;
}
.BgClassName
{
background-color: #C424CE;
}
</style>
border-color css
<style>
span { border-color: #C424CE; }
span { border-color: rgb(196,36,206); }
td.TdClassName
{
border-color: #C424CE;
}
.TagClassName
{
border-color: #C424CE;
}
</style>