Shades of Medium Violet Red #C41075
Tints of Medium Violet Red #C41075
RGB
CMYK
RGB Variations
Color information
#C41075 (or 0xC41075) is known color: Medium Violet Red. HEX triplet: C4, 10 and 75. RGB value is (196,16,117). Sum of RGB (Red+Green+Blue) = 196+16+117=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C41075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41075 is #3BEF8A. Grayscale: #515151. Windows color (decimal): -3927947 or 7672004. OLE color: 7672004.
HSL color Cylindrical-coordinate representation of color #C41075: hue angle of 326.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41075 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.23 |
| HSL | 326.33º | 0.85% | 0.42% | - |
| HSV(B) | 326.33º | 0.92% | 0.77% | - |
| XYZ | 26.16 | 13.39 | 18.04 | - |
| YUV | 81.33 | 148.13 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 117 | 0 | 0.92 | 0.40 | 0.23 | 326.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 75 | 0 | 5C | 28 | 17 | 146 | 55 | 2A |
| Octal | 304 | 20 | 165 | 0 | 134 | 50 | 27 | 506 | 125 | 52 |
| Binary | 11000100 | 10000 | 1110101 | 0 | 1011100 | 101000 | 10111 | 101000110 | 1010101 | 101010 |
Color Harmonies of #C41075
Complementary color
Monochromatic Colors of #C41075
Black with #C41075
Text Example
Text Example
White with #C41075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41075; }
p { color: rgb(196,16,117); }
H1.HeaderClassName
{
color: #C41075;
}
.AnyTagClassName
{
color: #C41075;
}
</style>
background-color css
<style>
a { background-color: #C41075; }
a { background-color: rgb(196,16,117); }
div.DivClassName
{
background-color: #C41075;
}
.BgClassName
{
background-color: #C41075;
}
</style>
border-color css
<style>
span { border-color: #C41075; }
span { border-color: rgb(196,16,117); }
td.TdClassName
{
border-color: #C41075;
}
.TagClassName
{
border-color: #C41075;
}
</style>