Shades of Medium Violet Red #C41175
Tints of Medium Violet Red #C41175
RGB
CMYK
RGB Variations
Color information
#C41175 (or 0xC41175) is known color: Medium Violet Red. HEX triplet: C4, 11 and 75. RGB value is (196,17,117). Sum of RGB (Red+Green+Blue) = 196+17+117=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41175 is #3BEE8A. Grayscale: #515151. Windows color (decimal): -3927691 or 7672260. OLE color: 7672260.
HSL color Cylindrical-coordinate representation of color #C41175: hue angle of 326.48º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41175 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 117 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.23 |
| HSL | 326.48º | 0.84% | 0.42% | - |
| HSV(B) | 326.48º | 0.91% | 0.77% | - |
| XYZ | 26.18 | 13.42 | 18.04 | - |
| YUV | 81.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 117 | 0 | 0.91 | 0.40 | 0.23 | 326.48 | 0.84 | 0.42 |
| Hex | C4 | 11 | 75 | 0 | 5B | 28 | 17 | 146 | 54 | 2A |
| Octal | 304 | 21 | 165 | 0 | 133 | 50 | 27 | 506 | 124 | 52 |
| Binary | 11000100 | 10001 | 1110101 | 0 | 1011011 | 101000 | 10111 | 101000110 | 1010100 | 101010 |
Color Harmonies of #C41175
Complementary color
Monochromatic Colors of #C41175
Black with #C41175
Text Example
Text Example
White with #C41175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41175; }
p { color: rgb(196,17,117); }
H1.HeaderClassName
{
color: #C41175;
}
.AnyTagClassName
{
color: #C41175;
}
</style>
background-color css
<style>
a { background-color: #C41175; }
a { background-color: rgb(196,17,117); }
div.DivClassName
{
background-color: #C41175;
}
.BgClassName
{
background-color: #C41175;
}
</style>
border-color css
<style>
span { border-color: #C41175; }
span { border-color: rgb(196,17,117); }
td.TdClassName
{
border-color: #C41175;
}
.TagClassName
{
border-color: #C41175;
}
</style>