Shades of Medium Red Violet #C43174
Tints of Medium Red Violet #C43174
RGB
CMYK
RGB Variations
Color information
#C43174 (or 0xC43174) is known color: Medium Red Violet. HEX triplet: C4, 31 and 74. RGB value is (196,49,116). Sum of RGB (Red+Green+Blue) = 196+49+116=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C43174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43174 is #3BCE8B. Grayscale: #646464. Windows color (decimal): -3919500 or 7614916. OLE color: 7614916.
HSL color Cylindrical-coordinate representation of color #C43174: hue angle of 332.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43174 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 116 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.23 |
| HSL | 332.65º | 0.6% | 0.48% | - |
| HSV(B) | 332.65º | 0.75% | 0.77% | - |
| XYZ | 27.02 | 15.19 | 18.03 | - |
| YUV | 100.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 116 | 0 | 0.75 | 0.41 | 0.23 | 332.65 | 0.6 | 0.48 |
| Hex | C4 | 31 | 74 | 0 | 4B | 29 | 17 | 14D | 3C | 30 |
| Octal | 304 | 61 | 164 | 0 | 113 | 51 | 27 | 515 | 74 | 60 |
| Binary | 11000100 | 110001 | 1110100 | 0 | 1001011 | 101001 | 10111 | 101001101 | 111100 | 110000 |
Color Harmonies of #C43174
Complementary color
Monochromatic Colors of #C43174
Black with #C43174
Text Example
Text Example
White with #C43174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43174; }
p { color: rgb(196,49,116); }
H1.HeaderClassName
{
color: #C43174;
}
.AnyTagClassName
{
color: #C43174;
}
</style>
background-color css
<style>
a { background-color: #C43174; }
a { background-color: rgb(196,49,116); }
div.DivClassName
{
background-color: #C43174;
}
.BgClassName
{
background-color: #C43174;
}
</style>
border-color css
<style>
span { border-color: #C43174; }
span { border-color: rgb(196,49,116); }
td.TdClassName
{
border-color: #C43174;
}
.TagClassName
{
border-color: #C43174;
}
</style>