Shades of Deep Magenta #C424BA
Tints of Deep Magenta #C424BA
RGB
CMYK
RGB Variations
Color information
#C424BA (or 0xC424BA) is known color: Deep Magenta. HEX triplet: C4, 24 and BA. RGB value is (196,36,186). Sum of RGB (Red+Green+Blue) = 196+36+186=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C424BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424BA is #3BDB45. Grayscale: #646464. Windows color (decimal): -3922758 or 12199108. OLE color: 12199108.
HSL color Cylindrical-coordinate representation of color #C424BA: hue angle of 303.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424BA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 186 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.23 |
| HSL | 303.75º | 0.69% | 0.45% | - |
| HSV(B) | 303.75º | 0.82% | 0.77% | - |
| XYZ | 32.26 | 16.54 | 47.95 | - |
| YUV | 100.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 186 | 0 | 0.82 | 0.05 | 0.23 | 303.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | BA | 0 | 52 | 5 | 17 | 130 | 45 | 2D |
| Octal | 304 | 44 | 272 | 0 | 122 | 5 | 27 | 460 | 105 | 55 |
| Binary | 11000100 | 100100 | 10111010 | 0 | 1010010 | 101 | 10111 | 100110000 | 1000101 | 101101 |
Color Harmonies of #C424BA
Complementary color
Monochromatic Colors of #C424BA
Black with #C424BA
Text Example
Text Example
White with #C424BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424BA; }
p { color: rgb(196,36,186); }
H1.HeaderClassName
{
color: #C424BA;
}
.AnyTagClassName
{
color: #C424BA;
}
</style>
background-color css
<style>
a { background-color: #C424BA; }
a { background-color: rgb(196,36,186); }
div.DivClassName
{
background-color: #C424BA;
}
.BgClassName
{
background-color: #C424BA;
}
</style>
border-color css
<style>
span { border-color: #C424BA; }
span { border-color: rgb(196,36,186); }
td.TdClassName
{
border-color: #C424BA;
}
.TagClassName
{
border-color: #C424BA;
}
</style>