Shades of Deep Magenta #C424CD
Tints of Deep Magenta #C424CD
RGB
CMYK
RGB Variations
Color information
#C424CD (or 0xC424CD) is known color: Deep Magenta. HEX triplet: C4, 24 and CD. RGB value is (196,36,205). Sum of RGB (Red+Green+Blue) = 196+36+205=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #C424CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CD is #3BDB32. Grayscale: #666666. Windows color (decimal): -3922739 or 13444292. OLE color: 13444292.
HSL color Cylindrical-coordinate representation of color #C424CD: hue angle of 296.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424CD is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 36 | 205 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.20 |
| HSL | 296.8º | 0.7% | 0.47% | - |
| HSV(B) | 296.8º | 0.82% | 0.8% | - |
| XYZ | 34.42 | 17.41 | 59.3 | - |
| YUV | 103.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 205 | 0.04 | 0.82 | 0 | 0.20 | 296.8 | 0.7 | 0.47 |
| Hex | C4 | 24 | CD | 4 | 52 | 0 | 14 | 129 | 46 | 2F |
| Octal | 304 | 44 | 315 | 4 | 122 | 0 | 24 | 451 | 106 | 57 |
| Binary | 11000100 | 100100 | 11001101 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000110 | 101111 |
Color Harmonies of #C424CD
Complementary color
Monochromatic Colors of #C424CD
Black with #C424CD
Text Example
Text Example
White with #C424CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424CD; }
p { color: rgb(196,36,205); }
H1.HeaderClassName
{
color: #C424CD;
}
.AnyTagClassName
{
color: #C424CD;
}
</style>
background-color css
<style>
a { background-color: #C424CD; }
a { background-color: rgb(196,36,205); }
div.DivClassName
{
background-color: #C424CD;
}
.BgClassName
{
background-color: #C424CD;
}
</style>
border-color css
<style>
span { border-color: #C424CD; }
span { border-color: rgb(196,36,205); }
td.TdClassName
{
border-color: #C424CD;
}
.TagClassName
{
border-color: #C424CD;
}
</style>