Shades of Medium Violet Red #C41975
Tints of Medium Violet Red #C41975
RGB
CMYK
RGB Variations
Color information
#C41975 (or 0xC41975) is known color: Medium Violet Red. HEX triplet: C4, 19 and 75. RGB value is (196,25,117). Sum of RGB (Red+Green+Blue) = 196+25+117=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C41975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41975 is #3BE68A. Grayscale: #565656. Windows color (decimal): -3925643 or 7674308. OLE color: 7674308.
HSL color Cylindrical-coordinate representation of color #C41975: hue angle of 327.72º 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 #C41975 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 117 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.23 |
| HSL | 327.72º | 0.77% | 0.43% | - |
| HSV(B) | 327.72º | 0.87% | 0.77% | - |
| XYZ | 26.32 | 13.72 | 18.09 | - |
| YUV | 86.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 117 | 0 | 0.87 | 0.40 | 0.23 | 327.72 | 0.77 | 0.43 |
| Hex | C4 | 19 | 75 | 0 | 57 | 28 | 17 | 148 | 4D | 2B |
| Octal | 304 | 31 | 165 | 0 | 127 | 50 | 27 | 510 | 115 | 53 |
| Binary | 11000100 | 11001 | 1110101 | 0 | 1010111 | 101000 | 10111 | 101001000 | 1001101 | 101011 |
Color Harmonies of #C41975
Complementary color
Monochromatic Colors of #C41975
Black with #C41975
Text Example
Text Example
White with #C41975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41975; }
p { color: rgb(196,25,117); }
H1.HeaderClassName
{
color: #C41975;
}
.AnyTagClassName
{
color: #C41975;
}
</style>
background-color css
<style>
a { background-color: #C41975; }
a { background-color: rgb(196,25,117); }
div.DivClassName
{
background-color: #C41975;
}
.BgClassName
{
background-color: #C41975;
}
</style>
border-color css
<style>
span { border-color: #C41975; }
span { border-color: rgb(196,25,117); }
td.TdClassName
{
border-color: #C41975;
}
.TagClassName
{
border-color: #C41975;
}
</style>