Shades of Deep Magenta #C424CA
Tints of Deep Magenta #C424CA
RGB
CMYK
RGB Variations
Color information
#C424CA (or 0xC424CA) is known color: Deep Magenta. HEX triplet: C4, 24 and CA. RGB value is (196,36,202). Sum of RGB (Red+Green+Blue) = 196+36+202=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C424CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CA is #3BDB35. Grayscale: #666666. Windows color (decimal): -3922742 or 13247684. OLE color: 13247684.
HSL color Cylindrical-coordinate representation of color #C424CA: hue angle of 297.83º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424CA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 36 | 202 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.21 |
| HSL | 297.83º | 0.7% | 0.47% | - |
| HSV(B) | 297.83º | 0.82% | 0.79% | - |
| XYZ | 34.06 | 17.26 | 57.41 | - |
| YUV | 102.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 202 | 0.03 | 0.82 | 0 | 0.21 | 297.83 | 0.7 | 0.47 |
| Hex | C4 | 24 | CA | 3 | 52 | 0 | 15 | 12A | 46 | 2F |
| Octal | 304 | 44 | 312 | 3 | 122 | 0 | 25 | 452 | 106 | 57 |
| Binary | 11000100 | 100100 | 11001010 | 11 | 1010010 | 0 | 10101 | 100101010 | 1000110 | 101111 |
Color Harmonies of #C424CA
Complementary color
Monochromatic Colors of #C424CA
Black with #C424CA
Text Example
Text Example
White with #C424CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424CA; }
p { color: rgb(196,36,202); }
H1.HeaderClassName
{
color: #C424CA;
}
.AnyTagClassName
{
color: #C424CA;
}
</style>
background-color css
<style>
a { background-color: #C424CA; }
a { background-color: rgb(196,36,202); }
div.DivClassName
{
background-color: #C424CA;
}
.BgClassName
{
background-color: #C424CA;
}
</style>
border-color css
<style>
span { border-color: #C424CA; }
span { border-color: rgb(196,36,202); }
td.TdClassName
{
border-color: #C424CA;
}
.TagClassName
{
border-color: #C424CA;
}
</style>