Shades of Medium Violet Red #C40D73
Tints of Medium Violet Red #C40D73
RGB
CMYK
RGB Variations
Color information
#C40D73 (or 0xC40D73) is known color: Medium Violet Red. HEX triplet: C4, 0D and 73. RGB value is (196,13,115). Sum of RGB (Red+Green+Blue) = 196+13+115=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D73 is #3BF28C. Grayscale: #4F4F4F. Windows color (decimal): -3928717 or 7540164. OLE color: 7540164.
HSL color Cylindrical-coordinate representation of color #C40D73: hue angle of 326.56º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D73 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 115 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.23 |
| HSL | 326.56º | 0.88% | 0.41% | - |
| HSV(B) | 326.56º | 0.93% | 0.77% | - |
| XYZ | 26 | 13.26 | 17.41 | - |
| YUV | 79.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 115 | 0 | 0.93 | 0.41 | 0.23 | 326.56 | 0.88 | 0.41 |
| Hex | C4 | D | 73 | 0 | 5D | 29 | 17 | 147 | 58 | 29 |
| Octal | 304 | 15 | 163 | 0 | 135 | 51 | 27 | 507 | 130 | 51 |
| Binary | 11000100 | 1101 | 1110011 | 0 | 1011101 | 101001 | 10111 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C40D73
Complementary color
Monochromatic Colors of #C40D73
Black with #C40D73
Text Example
Text Example
White with #C40D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D73; }
p { color: rgb(196,13,115); }
H1.HeaderClassName
{
color: #C40D73;
}
.AnyTagClassName
{
color: #C40D73;
}
</style>
background-color css
<style>
a { background-color: #C40D73; }
a { background-color: rgb(196,13,115); }
div.DivClassName
{
background-color: #C40D73;
}
.BgClassName
{
background-color: #C40D73;
}
</style>
border-color css
<style>
span { border-color: #C40D73; }
span { border-color: rgb(196,13,115); }
td.TdClassName
{
border-color: #C40D73;
}
.TagClassName
{
border-color: #C40D73;
}
</style>