Shades of Deep Magenta #C424B3
Tints of Deep Magenta #C424B3
RGB
CMYK
RGB Variations
Color information
#C424B3 (or 0xC424B3) is known color: Deep Magenta. HEX triplet: C4, 24 and B3. RGB value is (196,36,179). Sum of RGB (Red+Green+Blue) = 196+36+179=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C424B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424B3 is #3BDB4C. Grayscale: #636363. Windows color (decimal): -3922765 or 11740356. OLE color: 11740356.
HSL color Cylindrical-coordinate representation of color #C424B3: hue angle of 306.38º 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 #C424B3 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 179 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.23 |
| HSL | 306.38º | 0.69% | 0.45% | - |
| HSV(B) | 306.38º | 0.82% | 0.77% | - |
| XYZ | 31.53 | 16.25 | 44.12 | - |
| YUV | 100.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 179 | 0 | 0.82 | 0.09 | 0.23 | 306.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | B3 | 0 | 52 | 9 | 17 | 132 | 45 | 2D |
| Octal | 304 | 44 | 263 | 0 | 122 | 11 | 27 | 462 | 105 | 55 |
| Binary | 11000100 | 100100 | 10110011 | 0 | 1010010 | 1001 | 10111 | 100110010 | 1000101 | 101101 |
Color Harmonies of #C424B3
Complementary color
Monochromatic Colors of #C424B3
Black with #C424B3
Text Example
Text Example
White with #C424B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424B3; }
p { color: rgb(196,36,179); }
H1.HeaderClassName
{
color: #C424B3;
}
.AnyTagClassName
{
color: #C424B3;
}
</style>
background-color css
<style>
a { background-color: #C424B3; }
a { background-color: rgb(196,36,179); }
div.DivClassName
{
background-color: #C424B3;
}
.BgClassName
{
background-color: #C424B3;
}
</style>
border-color css
<style>
span { border-color: #C424B3; }
span { border-color: rgb(196,36,179); }
td.TdClassName
{
border-color: #C424B3;
}
.TagClassName
{
border-color: #C424B3;
}
</style>