Shades of Medium Violet Red #C40782
Tints of Medium Violet Red #C40782
RGB
CMYK
RGB Variations
Color information
#C40782 (or 0xC40782) is known color: Medium Violet Red. HEX triplet: C4, 07 and 82. RGB value is (196,7,130). Sum of RGB (Red+Green+Blue) = 196+7+130=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40782 is #3BF87D. Grayscale: #4D4D4D. Windows color (decimal): -3930238 or 8521668. OLE color: 8521668.
HSL color Cylindrical-coordinate representation of color #C40782: hue angle of 320.95º degrees, saturation: 0.93, 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 #C40782 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 130 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.23 |
| HSL | 320.95º | 0.93% | 0.4% | - |
| HSV(B) | 320.95º | 0.96% | 0.77% | - |
| XYZ | 26.87 | 13.5 | 22.31 | - |
| YUV | 77.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 130 | 0 | 0.96 | 0.34 | 0.23 | 320.95 | 0.93 | 0.4 |
| Hex | C4 | 7 | 82 | 0 | 60 | 22 | 17 | 141 | 5D | 28 |
| Octal | 304 | 7 | 202 | 0 | 140 | 42 | 27 | 501 | 135 | 50 |
| Binary | 11000100 | 111 | 10000010 | 0 | 1100000 | 100010 | 10111 | 101000001 | 1011101 | 101000 |
Color Harmonies of #C40782
Complementary color
Monochromatic Colors of #C40782
Black with #C40782
Text Example
Text Example
White with #C40782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40782; }
p { color: rgb(196,7,130); }
H1.HeaderClassName
{
color: #C40782;
}
.AnyTagClassName
{
color: #C40782;
}
</style>
background-color css
<style>
a { background-color: #C40782; }
a { background-color: rgb(196,7,130); }
div.DivClassName
{
background-color: #C40782;
}
.BgClassName
{
background-color: #C40782;
}
</style>
border-color css
<style>
span { border-color: #C40782; }
span { border-color: rgb(196,7,130); }
td.TdClassName
{
border-color: #C40782;
}
.TagClassName
{
border-color: #C40782;
}
</style>