Shades of Medium Violet Red #C42097
Tints of Medium Violet Red #C42097
RGB
CMYK
RGB Variations
Color information
#C42097 (or 0xC42097) is known color: Medium Violet Red. HEX triplet: C4, 20 and 97. RGB value is (196,32,151). Sum of RGB (Red+Green+Blue) = 196+32+151=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C42097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42097 is #3BDF68. Grayscale: #5E5E5E. Windows color (decimal): -3923817 or 9904324. OLE color: 9904324.
HSL color Cylindrical-coordinate representation of color #C42097: hue angle of 316.46º 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 #C42097 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 151 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.23 |
| HSL | 316.46º | 0.72% | 0.45% | - |
| HSV(B) | 316.46º | 0.84% | 0.77% | - |
| XYZ | 28.87 | 15 | 30.65 | - |
| YUV | 94.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 151 | 0 | 0.84 | 0.23 | 0.23 | 316.46 | 0.72 | 0.45 |
| Hex | C4 | 20 | 97 | 0 | 54 | 17 | 17 | 13C | 48 | 2D |
| Octal | 304 | 40 | 227 | 0 | 124 | 27 | 27 | 474 | 110 | 55 |
| Binary | 11000100 | 100000 | 10010111 | 0 | 1010100 | 10111 | 10111 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C42097
Complementary color
Monochromatic Colors of #C42097
Black with #C42097
Text Example
Text Example
White with #C42097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42097; }
p { color: rgb(196,32,151); }
H1.HeaderClassName
{
color: #C42097;
}
.AnyTagClassName
{
color: #C42097;
}
</style>
background-color css
<style>
a { background-color: #C42097; }
a { background-color: rgb(196,32,151); }
div.DivClassName
{
background-color: #C42097;
}
.BgClassName
{
background-color: #C42097;
}
</style>
border-color css
<style>
span { border-color: #C42097; }
span { border-color: rgb(196,32,151); }
td.TdClassName
{
border-color: #C42097;
}
.TagClassName
{
border-color: #C42097;
}
</style>