Shades of Medium Violet Red #C40880
Tints of Medium Violet Red #C40880
RGB
CMYK
RGB Variations
Color information
#C40880 (or 0xC40880) is known color: Medium Violet Red. HEX triplet: C4, 08 and 80. RGB value is (196,8,128). Sum of RGB (Red+Green+Blue) = 196+8+128=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40880 is #3BF77F. Grayscale: #4D4D4D. Windows color (decimal): -3929984 or 8390852. OLE color: 8390852.
HSL color Cylindrical-coordinate representation of color #C40880: hue angle of 321.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40880 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.23 |
| HSL | 321.7º | 0.92% | 0.4% | - |
| HSV(B) | 321.7º | 0.96% | 0.77% | - |
| XYZ | 26.75 | 13.47 | 21.61 | - |
| YUV | 77.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 128 | 0 | 0.96 | 0.35 | 0.23 | 321.7 | 0.92 | 0.4 |
| Hex | C4 | 8 | 80 | 0 | 60 | 23 | 17 | 142 | 5C | 28 |
| Octal | 304 | 10 | 200 | 0 | 140 | 43 | 27 | 502 | 134 | 50 |
| Binary | 11000100 | 1000 | 10000000 | 0 | 1100000 | 100011 | 10111 | 101000010 | 1011100 | 101000 |
Color Harmonies of #C40880
Complementary color
Monochromatic Colors of #C40880
Black with #C40880
Text Example
Text Example
White with #C40880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40880; }
p { color: rgb(196,8,128); }
H1.HeaderClassName
{
color: #C40880;
}
.AnyTagClassName
{
color: #C40880;
}
</style>
background-color css
<style>
a { background-color: #C40880; }
a { background-color: rgb(196,8,128); }
div.DivClassName
{
background-color: #C40880;
}
.BgClassName
{
background-color: #C40880;
}
</style>
border-color css
<style>
span { border-color: #C40880; }
span { border-color: rgb(196,8,128); }
td.TdClassName
{
border-color: #C40880;
}
.TagClassName
{
border-color: #C40880;
}
</style>