Shades of Medium Violet Red #C40A83
Tints of Medium Violet Red #C40A83
RGB
CMYK
RGB Variations
Color information
#C40A83 (or 0xC40A83) is known color: Medium Violet Red. HEX triplet: C4, 0A and 83. RGB value is (196,10,131). Sum of RGB (Red+Green+Blue) = 196+10+131=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A83 is #3BF57C. Grayscale: #4F4F4F. Windows color (decimal): -3929469 or 8587972. OLE color: 8587972.
HSL color Cylindrical-coordinate representation of color #C40A83: hue angle of 320.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A83 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 131 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.23 |
| HSL | 320.97º | 0.9% | 0.4% | - |
| HSV(B) | 320.97º | 0.95% | 0.77% | - |
| XYZ | 26.97 | 13.59 | 22.67 | - |
| YUV | 79.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 131 | 0 | 0.95 | 0.33 | 0.23 | 320.97 | 0.9 | 0.4 |
| Hex | C4 | A | 83 | 0 | 5F | 21 | 17 | 141 | 5A | 28 |
| Octal | 304 | 12 | 203 | 0 | 137 | 41 | 27 | 501 | 132 | 50 |
| Binary | 11000100 | 1010 | 10000011 | 0 | 1011111 | 100001 | 10111 | 101000001 | 1011010 | 101000 |
Color Harmonies of #C40A83
Complementary color
Monochromatic Colors of #C40A83
Black with #C40A83
Text Example
Text Example
White with #C40A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A83; }
p { color: rgb(196,10,131); }
H1.HeaderClassName
{
color: #C40A83;
}
.AnyTagClassName
{
color: #C40A83;
}
</style>
background-color css
<style>
a { background-color: #C40A83; }
a { background-color: rgb(196,10,131); }
div.DivClassName
{
background-color: #C40A83;
}
.BgClassName
{
background-color: #C40A83;
}
</style>
border-color css
<style>
span { border-color: #C40A83; }
span { border-color: rgb(196,10,131); }
td.TdClassName
{
border-color: #C40A83;
}
.TagClassName
{
border-color: #C40A83;
}
</style>