Shades of Medium Violet Red #C40975
Tints of Medium Violet Red #C40975
RGB
CMYK
RGB Variations
Color information
#C40975 (or 0xC40975) is known color: Medium Violet Red. HEX triplet: C4, 09 and 75. RGB value is (196,9,117). Sum of RGB (Red+Green+Blue) = 196+9+117=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C40975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40975 is #3BF68A. Grayscale: #4C4C4C. Windows color (decimal): -3929739 or 7670212. OLE color: 7670212.
HSL color Cylindrical-coordinate representation of color #C40975: hue angle of 325.35º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40975 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 117 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.23 |
| HSL | 325.35º | 0.91% | 0.4% | - |
| HSV(B) | 325.35º | 0.95% | 0.77% | - |
| XYZ | 26.07 | 13.22 | 18.01 | - |
| YUV | 77.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 117 | 0 | 0.95 | 0.40 | 0.23 | 325.35 | 0.91 | 0.4 |
| Hex | C4 | 9 | 75 | 0 | 5F | 28 | 17 | 145 | 5B | 28 |
| Octal | 304 | 11 | 165 | 0 | 137 | 50 | 27 | 505 | 133 | 50 |
| Binary | 11000100 | 1001 | 1110101 | 0 | 1011111 | 101000 | 10111 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C40975
Complementary color
Monochromatic Colors of #C40975
Black with #C40975
Text Example
Text Example
White with #C40975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40975; }
p { color: rgb(196,9,117); }
H1.HeaderClassName
{
color: #C40975;
}
.AnyTagClassName
{
color: #C40975;
}
</style>
background-color css
<style>
a { background-color: #C40975; }
a { background-color: rgb(196,9,117); }
div.DivClassName
{
background-color: #C40975;
}
.BgClassName
{
background-color: #C40975;
}
</style>
border-color css
<style>
span { border-color: #C40975; }
span { border-color: rgb(196,9,117); }
td.TdClassName
{
border-color: #C40975;
}
.TagClassName
{
border-color: #C40975;
}
</style>