Shades of Deep Magenta #C424C1
Tints of Deep Magenta #C424C1
RGB
CMYK
RGB Variations
Color information
#C424C1 (or 0xC424C1) is known color: Deep Magenta. HEX triplet: C4, 24 and C1. RGB value is (196,36,193). Sum of RGB (Red+Green+Blue) = 196+36+193=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C424C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424C1 is #3BDB3E. Grayscale: #656565. Windows color (decimal): -3922751 or 12657860. OLE color: 12657860.
HSL color Cylindrical-coordinate representation of color #C424C1: hue angle of 301.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 #C424C1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 193 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.23 |
| HSL | 301.13º | 0.69% | 0.45% | - |
| HSV(B) | 301.13º | 0.82% | 0.77% | - |
| XYZ | 33.02 | 16.85 | 51.96 | - |
| YUV | 101.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 193 | 0 | 0.82 | 0.02 | 0.23 | 301.13 | 0.69 | 0.45 |
| Hex | C4 | 24 | C1 | 0 | 52 | 2 | 17 | 12D | 45 | 2D |
| Octal | 304 | 44 | 301 | 0 | 122 | 2 | 27 | 455 | 105 | 55 |
| Binary | 11000100 | 100100 | 11000001 | 0 | 1010010 | 10 | 10111 | 100101101 | 1000101 | 101101 |
Color Harmonies of #C424C1
Complementary color
Monochromatic Colors of #C424C1
Black with #C424C1
Text Example
Text Example
White with #C424C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424C1; }
p { color: rgb(196,36,193); }
H1.HeaderClassName
{
color: #C424C1;
}
.AnyTagClassName
{
color: #C424C1;
}
</style>
background-color css
<style>
a { background-color: #C424C1; }
a { background-color: rgb(196,36,193); }
div.DivClassName
{
background-color: #C424C1;
}
.BgClassName
{
background-color: #C424C1;
}
</style>
border-color css
<style>
span { border-color: #C424C1; }
span { border-color: rgb(196,36,193); }
td.TdClassName
{
border-color: #C424C1;
}
.TagClassName
{
border-color: #C424C1;
}
</style>