Shades of Medium Violet Red #C4197A
Tints of Medium Violet Red #C4197A
RGB
CMYK
RGB Variations
Color information
#C4197A (or 0xC4197A) is known color: Medium Violet Red. HEX triplet: C4, 19 and 7A. RGB value is (196,25,122). Sum of RGB (Red+Green+Blue) = 196+25+122=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4197A is #3BE685. Grayscale: #565656. Windows color (decimal): -3925638 or 8001988. OLE color: 8001988.
HSL color Cylindrical-coordinate representation of color #C4197A: hue angle of 325.96º 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 #C4197A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 122 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.23 |
| HSL | 325.96º | 0.77% | 0.43% | - |
| HSV(B) | 325.96º | 0.87% | 0.77% | - |
| XYZ | 26.63 | 13.84 | 19.68 | - |
| YUV | 87.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 122 | 0 | 0.87 | 0.38 | 0.23 | 325.96 | 0.77 | 0.43 |
| Hex | C4 | 19 | 7A | 0 | 57 | 26 | 17 | 146 | 4D | 2B |
| Octal | 304 | 31 | 172 | 0 | 127 | 46 | 27 | 506 | 115 | 53 |
| Binary | 11000100 | 11001 | 1111010 | 0 | 1010111 | 100110 | 10111 | 101000110 | 1001101 | 101011 |
Color Harmonies of #C4197A
Complementary color
Monochromatic Colors of #C4197A
Black with #C4197A
Text Example
Text Example
White with #C4197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4197A; }
p { color: rgb(196,25,122); }
H1.HeaderClassName
{
color: #C4197A;
}
.AnyTagClassName
{
color: #C4197A;
}
</style>
background-color css
<style>
a { background-color: #C4197A; }
a { background-color: rgb(196,25,122); }
div.DivClassName
{
background-color: #C4197A;
}
.BgClassName
{
background-color: #C4197A;
}
</style>
border-color css
<style>
span { border-color: #C4197A; }
span { border-color: rgb(196,25,122); }
td.TdClassName
{
border-color: #C4197A;
}
.TagClassName
{
border-color: #C4197A;
}
</style>