Shades of Medium Violet Red #C42096
Tints of Medium Violet Red #C42096
RGB
CMYK
RGB Variations
Color information
#C42096 (or 0xC42096) is known color: Medium Violet Red. HEX triplet: C4, 20 and 96. RGB value is (196,32,150). Sum of RGB (Red+Green+Blue) = 196+32+150=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C42096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42096 is #3BDF69. Grayscale: #5E5E5E. Windows color (decimal): -3923818 or 9838788. OLE color: 9838788.
HSL color Cylindrical-coordinate representation of color #C42096: hue angle of 316.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42096 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 150 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.23 |
| HSL | 316.83º | 0.72% | 0.45% | - |
| HSV(B) | 316.83º | 0.84% | 0.77% | - |
| XYZ | 28.79 | 14.97 | 30.23 | - |
| YUV | 94.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 150 | 0 | 0.84 | 0.23 | 0.23 | 316.83 | 0.72 | 0.45 |
| Hex | C4 | 20 | 96 | 0 | 54 | 17 | 17 | 13D | 48 | 2D |
| Octal | 304 | 40 | 226 | 0 | 124 | 27 | 27 | 475 | 110 | 55 |
| Binary | 11000100 | 100000 | 10010110 | 0 | 1010100 | 10111 | 10111 | 100111101 | 1001000 | 101101 |
Color Harmonies of #C42096
Complementary color
Monochromatic Colors of #C42096
Black with #C42096
Text Example
Text Example
White with #C42096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42096; }
p { color: rgb(196,32,150); }
H1.HeaderClassName
{
color: #C42096;
}
.AnyTagClassName
{
color: #C42096;
}
</style>
background-color css
<style>
a { background-color: #C42096; }
a { background-color: rgb(196,32,150); }
div.DivClassName
{
background-color: #C42096;
}
.BgClassName
{
background-color: #C42096;
}
</style>
border-color css
<style>
span { border-color: #C42096; }
span { border-color: rgb(196,32,150); }
td.TdClassName
{
border-color: #C42096;
}
.TagClassName
{
border-color: #C42096;
}
</style>