Shades of Deep Magenta #C424BD
Tints of Deep Magenta #C424BD
RGB
CMYK
RGB Variations
Color information
#C424BD (or 0xC424BD) is known color: Deep Magenta. HEX triplet: C4, 24 and BD. RGB value is (196,36,189). Sum of RGB (Red+Green+Blue) = 196+36+189=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C424BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424BD is #3BDB42. Grayscale: #646464. Windows color (decimal): -3922755 or 12395716. OLE color: 12395716.
HSL color Cylindrical-coordinate representation of color #C424BD: hue angle of 302.62º 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 #C424BD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 189 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.23 |
| HSL | 302.63º | 0.69% | 0.45% | - |
| HSV(B) | 302.63º | 0.82% | 0.77% | - |
| XYZ | 32.58 | 16.67 | 49.64 | - |
| YUV | 101.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 189 | 0 | 0.82 | 0.04 | 0.23 | 302.63 | 0.69 | 0.45 |
| Hex | C4 | 24 | BD | 0 | 52 | 4 | 17 | 12F | 45 | 2D |
| Octal | 304 | 44 | 275 | 0 | 122 | 4 | 27 | 457 | 105 | 55 |
| Binary | 11000100 | 100100 | 10111101 | 0 | 1010010 | 100 | 10111 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C424BD
Complementary color
Monochromatic Colors of #C424BD
Black with #C424BD
Text Example
Text Example
White with #C424BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424BD; }
p { color: rgb(196,36,189); }
H1.HeaderClassName
{
color: #C424BD;
}
.AnyTagClassName
{
color: #C424BD;
}
</style>
background-color css
<style>
a { background-color: #C424BD; }
a { background-color: rgb(196,36,189); }
div.DivClassName
{
background-color: #C424BD;
}
.BgClassName
{
background-color: #C424BD;
}
</style>
border-color css
<style>
span { border-color: #C424BD; }
span { border-color: rgb(196,36,189); }
td.TdClassName
{
border-color: #C424BD;
}
.TagClassName
{
border-color: #C424BD;
}
</style>