Shades of Medium Violet Red #C40575
Tints of Medium Violet Red #C40575
RGB
CMYK
RGB Variations
Color information
#C40575 (or 0xC40575) is known color: Medium Violet Red. HEX triplet: C4, 05 and 75. RGB value is (196,5,117). Sum of RGB (Red+Green+Blue) = 196+5+117=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40575 is #3BFA8A. Grayscale: #4A4A4A. Windows color (decimal): -3930763 or 7669188. OLE color: 7669188.
HSL color Cylindrical-coordinate representation of color #C40575: hue angle of 324.82º 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 #C40575 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.23 |
| HSL | 324.82º | 0.95% | 0.39% | - |
| HSV(B) | 324.82º | 0.97% | 0.77% | - |
| XYZ | 26.03 | 13.13 | 17.99 | - |
| YUV | 74.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 117 | 0 | 0.97 | 0.40 | 0.23 | 324.82 | 0.95 | 0.39 |
| Hex | C4 | 5 | 75 | 0 | 61 | 28 | 17 | 145 | 5F | 27 |
| Octal | 304 | 5 | 165 | 0 | 141 | 50 | 27 | 505 | 137 | 47 |
| Binary | 11000100 | 101 | 1110101 | 0 | 1100001 | 101000 | 10111 | 101000101 | 1011111 | 100111 |
Color Harmonies of #C40575
Complementary color
Monochromatic Colors of #C40575
Black with #C40575
Text Example
Text Example
White with #C40575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40575; }
p { color: rgb(196,5,117); }
H1.HeaderClassName
{
color: #C40575;
}
.AnyTagClassName
{
color: #C40575;
}
</style>
background-color css
<style>
a { background-color: #C40575; }
a { background-color: rgb(196,5,117); }
div.DivClassName
{
background-color: #C40575;
}
.BgClassName
{
background-color: #C40575;
}
</style>
border-color css
<style>
span { border-color: #C40575; }
span { border-color: rgb(196,5,117); }
td.TdClassName
{
border-color: #C40575;
}
.TagClassName
{
border-color: #C40575;
}
</style>