Shades of Medium Violet Red #C40680
Tints of Medium Violet Red #C40680
RGB
CMYK
RGB Variations
Color information
#C40680 (or 0xC40680) is known color: Medium Violet Red. HEX triplet: C4, 06 and 80. RGB value is (196,6,128). Sum of RGB (Red+Green+Blue) = 196+6+128=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40680 is #3BF97F. Grayscale: #4C4C4C. Windows color (decimal): -3930496 or 8390340. OLE color: 8390340.
HSL color Cylindrical-coordinate representation of color #C40680: hue angle of 321.47º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40680 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.23 |
| HSL | 321.47º | 0.94% | 0.4% | - |
| HSV(B) | 321.47º | 0.97% | 0.77% | - |
| XYZ | 26.73 | 13.42 | 21.6 | - |
| YUV | 76.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 128 | 0 | 0.97 | 0.35 | 0.23 | 321.47 | 0.94 | 0.4 |
| Hex | C4 | 6 | 80 | 0 | 61 | 23 | 17 | 141 | 5E | 28 |
| Octal | 304 | 6 | 200 | 0 | 141 | 43 | 27 | 501 | 136 | 50 |
| Binary | 11000100 | 110 | 10000000 | 0 | 1100001 | 100011 | 10111 | 101000001 | 1011110 | 101000 |
Color Harmonies of #C40680
Complementary color
Monochromatic Colors of #C40680
Black with #C40680
Text Example
Text Example
White with #C40680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40680; }
p { color: rgb(196,6,128); }
H1.HeaderClassName
{
color: #C40680;
}
.AnyTagClassName
{
color: #C40680;
}
</style>
background-color css
<style>
a { background-color: #C40680; }
a { background-color: rgb(196,6,128); }
div.DivClassName
{
background-color: #C40680;
}
.BgClassName
{
background-color: #C40680;
}
</style>
border-color css
<style>
span { border-color: #C40680; }
span { border-color: rgb(196,6,128); }
td.TdClassName
{
border-color: #C40680;
}
.TagClassName
{
border-color: #C40680;
}
</style>