Shades of Medium Violet Red #C4197E
Tints of Medium Violet Red #C4197E
RGB
CMYK
RGB Variations
Color information
#C4197E (or 0xC4197E) is known color: Medium Violet Red. HEX triplet: C4, 19 and 7E. RGB value is (196,25,126). Sum of RGB (Red+Green+Blue) = 196+25+126=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4197E is #3BE681. Grayscale: #575757. Windows color (decimal): -3925634 or 8264132. OLE color: 8264132.
HSL color Cylindrical-coordinate representation of color #C4197E: hue angle of 324.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4197E is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 126 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.23 |
| HSL | 324.56º | 0.77% | 0.43% | - |
| HSV(B) | 324.56º | 0.87% | 0.77% | - |
| XYZ | 26.88 | 13.94 | 21.01 | - |
| YUV | 87.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 126 | 0 | 0.87 | 0.36 | 0.23 | 324.56 | 0.77 | 0.43 |
| Hex | C4 | 19 | 7E | 0 | 57 | 24 | 17 | 145 | 4D | 2B |
| Octal | 304 | 31 | 176 | 0 | 127 | 44 | 27 | 505 | 115 | 53 |
| Binary | 11000100 | 11001 | 1111110 | 0 | 1010111 | 100100 | 10111 | 101000101 | 1001101 | 101011 |
Color Harmonies of #C4197E
Complementary color
Monochromatic Colors of #C4197E
Black with #C4197E
Text Example
Text Example
White with #C4197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4197E; }
p { color: rgb(196,25,126); }
H1.HeaderClassName
{
color: #C4197E;
}
.AnyTagClassName
{
color: #C4197E;
}
</style>
background-color css
<style>
a { background-color: #C4197E; }
a { background-color: rgb(196,25,126); }
div.DivClassName
{
background-color: #C4197E;
}
.BgClassName
{
background-color: #C4197E;
}
</style>
border-color css
<style>
span { border-color: #C4197E; }
span { border-color: rgb(196,25,126); }
td.TdClassName
{
border-color: #C4197E;
}
.TagClassName
{
border-color: #C4197E;
}
</style>