Shades of Medium Violet Red #C40783
Tints of Medium Violet Red #C40783
RGB
CMYK
RGB Variations
Color information
#C40783 (or 0xC40783) is known color: Medium Violet Red. HEX triplet: C4, 07 and 83. RGB value is (196,7,131). Sum of RGB (Red+Green+Blue) = 196+7+131=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C40783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40783 is #3BF87C. Grayscale: #4D4D4D. Windows color (decimal): -3930237 or 8587204. OLE color: 8587204.
HSL color Cylindrical-coordinate representation of color #C40783: hue angle of 320.63º 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 #C40783 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 131 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.23 |
| HSL | 320.63º | 0.93% | 0.4% | - |
| HSV(B) | 320.63º | 0.96% | 0.77% | - |
| XYZ | 26.94 | 13.53 | 22.66 | - |
| YUV | 77.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 131 | 0 | 0.96 | 0.33 | 0.23 | 320.63 | 0.93 | 0.4 |
| Hex | C4 | 7 | 83 | 0 | 60 | 21 | 17 | 141 | 5D | 28 |
| Octal | 304 | 7 | 203 | 0 | 140 | 41 | 27 | 501 | 135 | 50 |
| Binary | 11000100 | 111 | 10000011 | 0 | 1100000 | 100001 | 10111 | 101000001 | 1011101 | 101000 |
Color Harmonies of #C40783
Complementary color
Monochromatic Colors of #C40783
Black with #C40783
Text Example
Text Example
White with #C40783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40783; }
p { color: rgb(196,7,131); }
H1.HeaderClassName
{
color: #C40783;
}
.AnyTagClassName
{
color: #C40783;
}
</style>
background-color css
<style>
a { background-color: #C40783; }
a { background-color: rgb(196,7,131); }
div.DivClassName
{
background-color: #C40783;
}
.BgClassName
{
background-color: #C40783;
}
</style>
border-color css
<style>
span { border-color: #C40783; }
span { border-color: rgb(196,7,131); }
td.TdClassName
{
border-color: #C40783;
}
.TagClassName
{
border-color: #C40783;
}
</style>