Shades of Medium Violet Red #C40574
Tints of Medium Violet Red #C40574
RGB
CMYK
RGB Variations
Color information
#C40574 (or 0xC40574) is known color: Medium Violet Red. HEX triplet: C4, 05 and 74. RGB value is (196,5,116). Sum of RGB (Red+Green+Blue) = 196+5+116=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40574 is #3BFA8B. Grayscale: #4A4A4A. Windows color (decimal): -3930764 or 7603652. OLE color: 7603652.
HSL color Cylindrical-coordinate representation of color #C40574: hue angle of 325.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40574 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.23 |
| HSL | 325.13º | 0.95% | 0.39% | - |
| HSV(B) | 325.13º | 0.97% | 0.77% | - |
| XYZ | 25.97 | 13.11 | 17.68 | - |
| YUV | 74.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 116 | 0 | 0.97 | 0.41 | 0.23 | 325.13 | 0.95 | 0.39 |
| Hex | C4 | 5 | 74 | 0 | 61 | 29 | 17 | 145 | 5F | 27 |
| Octal | 304 | 5 | 164 | 0 | 141 | 51 | 27 | 505 | 137 | 47 |
| Binary | 11000100 | 101 | 1110100 | 0 | 1100001 | 101001 | 10111 | 101000101 | 1011111 | 100111 |
Color Harmonies of #C40574
Complementary color
Monochromatic Colors of #C40574
Black with #C40574
Text Example
Text Example
White with #C40574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40574; }
p { color: rgb(196,5,116); }
H1.HeaderClassName
{
color: #C40574;
}
.AnyTagClassName
{
color: #C40574;
}
</style>
background-color css
<style>
a { background-color: #C40574; }
a { background-color: rgb(196,5,116); }
div.DivClassName
{
background-color: #C40574;
}
.BgClassName
{
background-color: #C40574;
}
</style>
border-color css
<style>
span { border-color: #C40574; }
span { border-color: rgb(196,5,116); }
td.TdClassName
{
border-color: #C40574;
}
.TagClassName
{
border-color: #C40574;
}
</style>