Shades of Medium Violet Red #C41170
Tints of Medium Violet Red #C41170
RGB
CMYK
RGB Variations
Color information
#C41170 (or 0xC41170) is known color: Medium Violet Red. HEX triplet: C4, 11 and 70. RGB value is (196,17,112). Sum of RGB (Red+Green+Blue) = 196+17+112=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C41170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41170 is #3BEE8F. Grayscale: #515151. Windows color (decimal): -3927696 or 7344580. OLE color: 7344580.
HSL color Cylindrical-coordinate representation of color #C41170: hue angle of 328.16º 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 #C41170 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 112 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.23 |
| HSL | 328.16º | 0.84% | 0.42% | - |
| HSV(B) | 328.16º | 0.91% | 0.77% | - |
| XYZ | 25.89 | 13.31 | 16.53 | - |
| YUV | 81.35 | 145.3 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 112 | 0 | 0.91 | 0.43 | 0.23 | 328.16 | 0.84 | 0.42 |
| Hex | C4 | 11 | 70 | 0 | 5B | 2B | 17 | 148 | 54 | 2A |
| Octal | 304 | 21 | 160 | 0 | 133 | 53 | 27 | 510 | 124 | 52 |
| Binary | 11000100 | 10001 | 1110000 | 0 | 1011011 | 101011 | 10111 | 101001000 | 1010100 | 101010 |
Color Harmonies of #C41170
Complementary color
Monochromatic Colors of #C41170
Black with #C41170
Text Example
Text Example
White with #C41170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41170; }
p { color: rgb(196,17,112); }
H1.HeaderClassName
{
color: #C41170;
}
.AnyTagClassName
{
color: #C41170;
}
</style>
background-color css
<style>
a { background-color: #C41170; }
a { background-color: rgb(196,17,112); }
div.DivClassName
{
background-color: #C41170;
}
.BgClassName
{
background-color: #C41170;
}
</style>
border-color css
<style>
span { border-color: #C41170; }
span { border-color: rgb(196,17,112); }
td.TdClassName
{
border-color: #C41170;
}
.TagClassName
{
border-color: #C41170;
}
</style>