Shades of Medium Violet Red #C40C74
Tints of Medium Violet Red #C40C74
RGB
CMYK
RGB Variations
Color information
#C40C74 (or 0xC40C74) is known color: Medium Violet Red. HEX triplet: C4, 0C and 74. RGB value is (196,12,116). Sum of RGB (Red+Green+Blue) = 196+12+116=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C74 is #3BF38B. Grayscale: #4E4E4E. Windows color (decimal): -3928972 or 7605444. OLE color: 7605444.
HSL color Cylindrical-coordinate representation of color #C40C74: hue angle of 326.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C74 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.23 |
| HSL | 326.09º | 0.88% | 0.41% | - |
| HSV(B) | 326.09º | 0.94% | 0.77% | - |
| XYZ | 26.05 | 13.26 | 17.71 | - |
| YUV | 78.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 116 | 0 | 0.94 | 0.41 | 0.23 | 326.09 | 0.88 | 0.41 |
| Hex | C4 | C | 74 | 0 | 5E | 29 | 17 | 146 | 58 | 29 |
| Octal | 304 | 14 | 164 | 0 | 136 | 51 | 27 | 506 | 130 | 51 |
| Binary | 11000100 | 1100 | 1110100 | 0 | 1011110 | 101001 | 10111 | 101000110 | 1011000 | 101001 |
Color Harmonies of #C40C74
Complementary color
Monochromatic Colors of #C40C74
Black with #C40C74
Text Example
Text Example
White with #C40C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C74; }
p { color: rgb(196,12,116); }
H1.HeaderClassName
{
color: #C40C74;
}
.AnyTagClassName
{
color: #C40C74;
}
</style>
background-color css
<style>
a { background-color: #C40C74; }
a { background-color: rgb(196,12,116); }
div.DivClassName
{
background-color: #C40C74;
}
.BgClassName
{
background-color: #C40C74;
}
</style>
border-color css
<style>
span { border-color: #C40C74; }
span { border-color: rgb(196,12,116); }
td.TdClassName
{
border-color: #C40C74;
}
.TagClassName
{
border-color: #C40C74;
}
</style>