Shades of Medium Violet Red #C41475
Tints of Medium Violet Red #C41475
RGB
CMYK
RGB Variations
Color information
#C41475 (or 0xC41475) is known color: Medium Violet Red. HEX triplet: C4, 14 and 75. RGB value is (196,20,117). Sum of RGB (Red+Green+Blue) = 196+20+117=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41475 is #3BEB8A. Grayscale: #535353. Windows color (decimal): -3926923 or 7673028. OLE color: 7673028.
HSL color Cylindrical-coordinate representation of color #C41475: hue angle of 326.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41475 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 117 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.23 |
| HSL | 326.93º | 0.81% | 0.42% | - |
| HSV(B) | 326.93º | 0.9% | 0.77% | - |
| XYZ | 26.23 | 13.52 | 18.06 | - |
| YUV | 83.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 117 | 0 | 0.90 | 0.40 | 0.23 | 326.93 | 0.81 | 0.42 |
| Hex | C4 | 14 | 75 | 0 | 5A | 28 | 17 | 147 | 51 | 2A |
| Octal | 304 | 24 | 165 | 0 | 132 | 50 | 27 | 507 | 121 | 52 |
| Binary | 11000100 | 10100 | 1110101 | 0 | 1011010 | 101000 | 10111 | 101000111 | 1010001 | 101010 |
Color Harmonies of #C41475
Complementary color
Monochromatic Colors of #C41475
Black with #C41475
Text Example
Text Example
White with #C41475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41475; }
p { color: rgb(196,20,117); }
H1.HeaderClassName
{
color: #C41475;
}
.AnyTagClassName
{
color: #C41475;
}
</style>
background-color css
<style>
a { background-color: #C41475; }
a { background-color: rgb(196,20,117); }
div.DivClassName
{
background-color: #C41475;
}
.BgClassName
{
background-color: #C41475;
}
</style>
border-color css
<style>
span { border-color: #C41475; }
span { border-color: rgb(196,20,117); }
td.TdClassName
{
border-color: #C41475;
}
.TagClassName
{
border-color: #C41475;
}
</style>