Shades of Deep Magenta #C424B1
Tints of Deep Magenta #C424B1
RGB
CMYK
RGB Variations
Color information
#C424B1 (or 0xC424B1) is known color: Deep Magenta. HEX triplet: C4, 24 and B1. RGB value is (196,36,177). Sum of RGB (Red+Green+Blue) = 196+36+177=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C424B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424B1 is #3BDB4E. Grayscale: #636363. Windows color (decimal): -3922767 or 11609284. OLE color: 11609284.
HSL color Cylindrical-coordinate representation of color #C424B1: hue angle of 307.12º 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 #C424B1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 177 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.23 |
| HSL | 307.13º | 0.69% | 0.45% | - |
| HSV(B) | 307.13º | 0.82% | 0.77% | - |
| XYZ | 31.33 | 16.17 | 43.07 | - |
| YUV | 99.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 177 | 0 | 0.82 | 0.10 | 0.23 | 307.13 | 0.69 | 0.45 |
| Hex | C4 | 24 | B1 | 0 | 52 | A | 17 | 133 | 45 | 2D |
| Octal | 304 | 44 | 261 | 0 | 122 | 12 | 27 | 463 | 105 | 55 |
| Binary | 11000100 | 100100 | 10110001 | 0 | 1010010 | 1010 | 10111 | 100110011 | 1000101 | 101101 |
Color Harmonies of #C424B1
Complementary color
Monochromatic Colors of #C424B1
Black with #C424B1
Text Example
Text Example
White with #C424B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424B1; }
p { color: rgb(196,36,177); }
H1.HeaderClassName
{
color: #C424B1;
}
.AnyTagClassName
{
color: #C424B1;
}
</style>
background-color css
<style>
a { background-color: #C424B1; }
a { background-color: rgb(196,36,177); }
div.DivClassName
{
background-color: #C424B1;
}
.BgClassName
{
background-color: #C424B1;
}
</style>
border-color css
<style>
span { border-color: #C424B1; }
span { border-color: rgb(196,36,177); }
td.TdClassName
{
border-color: #C424B1;
}
.TagClassName
{
border-color: #C424B1;
}
</style>