Shades of Medium Violet Red #C40F80
Tints of Medium Violet Red #C40F80
RGB
CMYK
RGB Variations
Color information
#C40F80 (or 0xC40F80) is known color: Medium Violet Red. HEX triplet: C4, 0F and 80. RGB value is (196,15,128). Sum of RGB (Red+Green+Blue) = 196+15+128=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40F80 is #3BF07F. Grayscale: #515151. Windows color (decimal): -3928192 or 8392644. OLE color: 8392644.
HSL color Cylindrical-coordinate representation of color #C40F80: hue angle of 322.54º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F80 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 128 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.23 |
| HSL | 322.54º | 0.86% | 0.41% | - |
| HSV(B) | 322.54º | 0.92% | 0.77% | - |
| XYZ | 26.83 | 13.64 | 21.64 | - |
| YUV | 82 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 128 | 0 | 0.92 | 0.35 | 0.23 | 322.54 | 0.86 | 0.41 |
| Hex | C4 | F | 80 | 0 | 5C | 23 | 17 | 143 | 56 | 29 |
| Octal | 304 | 17 | 200 | 0 | 134 | 43 | 27 | 503 | 126 | 51 |
| Binary | 11000100 | 1111 | 10000000 | 0 | 1011100 | 100011 | 10111 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C40F80
Complementary color
Monochromatic Colors of #C40F80
Black with #C40F80
Text Example
Text Example
White with #C40F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F80; }
p { color: rgb(196,15,128); }
H1.HeaderClassName
{
color: #C40F80;
}
.AnyTagClassName
{
color: #C40F80;
}
</style>
background-color css
<style>
a { background-color: #C40F80; }
a { background-color: rgb(196,15,128); }
div.DivClassName
{
background-color: #C40F80;
}
.BgClassName
{
background-color: #C40F80;
}
</style>
border-color css
<style>
span { border-color: #C40F80; }
span { border-color: rgb(196,15,128); }
td.TdClassName
{
border-color: #C40F80;
}
.TagClassName
{
border-color: #C40F80;
}
</style>