Shades of Medium Violet Red #C4197B
Tints of Medium Violet Red #C4197B
RGB
CMYK
RGB Variations
Color information
#C4197B (or 0xC4197B) is known color: Medium Violet Red. HEX triplet: C4, 19 and 7B. RGB value is (196,25,123). Sum of RGB (Red+Green+Blue) = 196+25+123=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4197B is #3BE684. Grayscale: #575757. Windows color (decimal): -3925637 or 8067524. OLE color: 8067524.
HSL color Cylindrical-coordinate representation of color #C4197B: hue angle of 325.61º 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 #C4197B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 123 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.23 |
| HSL | 325.61º | 0.77% | 0.43% | - |
| HSV(B) | 325.61º | 0.87% | 0.77% | - |
| XYZ | 26.69 | 13.86 | 20.01 | - |
| YUV | 87.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 123 | 0 | 0.87 | 0.37 | 0.23 | 325.61 | 0.77 | 0.43 |
| Hex | C4 | 19 | 7B | 0 | 57 | 25 | 17 | 146 | 4D | 2B |
| Octal | 304 | 31 | 173 | 0 | 127 | 45 | 27 | 506 | 115 | 53 |
| Binary | 11000100 | 11001 | 1111011 | 0 | 1010111 | 100101 | 10111 | 101000110 | 1001101 | 101011 |
Color Harmonies of #C4197B
Complementary color
Monochromatic Colors of #C4197B
Black with #C4197B
Text Example
Text Example
White with #C4197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4197B; }
p { color: rgb(196,25,123); }
H1.HeaderClassName
{
color: #C4197B;
}
.AnyTagClassName
{
color: #C4197B;
}
</style>
background-color css
<style>
a { background-color: #C4197B; }
a { background-color: rgb(196,25,123); }
div.DivClassName
{
background-color: #C4197B;
}
.BgClassName
{
background-color: #C4197B;
}
</style>
border-color css
<style>
span { border-color: #C4197B; }
span { border-color: rgb(196,25,123); }
td.TdClassName
{
border-color: #C4197B;
}
.TagClassName
{
border-color: #C4197B;
}
</style>