Shades of Medium Violet Red #C41080
Tints of Medium Violet Red #C41080
RGB
CMYK
RGB Variations
Color information
#C41080 (or 0xC41080) is known color: Medium Violet Red. HEX triplet: C4, 10 and 80. RGB value is (196,16,128). Sum of RGB (Red+Green+Blue) = 196+16+128=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C41080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41080 is #3BEF7F. Grayscale: #525252. Windows color (decimal): -3927936 or 8392900. OLE color: 8392900.
HSL color Cylindrical-coordinate representation of color #C41080: hue angle of 322.67º 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 #C41080 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 128 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.23 |
| HSL | 322.67º | 0.85% | 0.42% | - |
| HSV(B) | 322.67º | 0.92% | 0.77% | - |
| XYZ | 26.85 | 13.66 | 21.64 | - |
| YUV | 82.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 128 | 0 | 0.92 | 0.35 | 0.23 | 322.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 80 | 0 | 5C | 23 | 17 | 143 | 55 | 2A |
| Octal | 304 | 20 | 200 | 0 | 134 | 43 | 27 | 503 | 125 | 52 |
| Binary | 11000100 | 10000 | 10000000 | 0 | 1011100 | 100011 | 10111 | 101000011 | 1010101 | 101010 |
Color Harmonies of #C41080
Complementary color
Monochromatic Colors of #C41080
Black with #C41080
Text Example
Text Example
White with #C41080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41080; }
p { color: rgb(196,16,128); }
H1.HeaderClassName
{
color: #C41080;
}
.AnyTagClassName
{
color: #C41080;
}
</style>
background-color css
<style>
a { background-color: #C41080; }
a { background-color: rgb(196,16,128); }
div.DivClassName
{
background-color: #C41080;
}
.BgClassName
{
background-color: #C41080;
}
</style>
border-color css
<style>
span { border-color: #C41080; }
span { border-color: rgb(196,16,128); }
td.TdClassName
{
border-color: #C41080;
}
.TagClassName
{
border-color: #C41080;
}
</style>