Shades of Medium Violet Red #C40B74
Tints of Medium Violet Red #C40B74
RGB
CMYK
RGB Variations
Color information
#C40B74 (or 0xC40B74) is known color: Medium Violet Red. HEX triplet: C4, 0B and 74. RGB value is (196,11,116). Sum of RGB (Red+Green+Blue) = 196+11+116=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B74 is #3BF48B. Grayscale: #4E4E4E. Windows color (decimal): -3929228 or 7605188. OLE color: 7605188.
HSL color Cylindrical-coordinate representation of color #C40B74: hue angle of 325.95º degrees, saturation: 0.89, 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 #C40B74 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 116 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.23 |
| HSL | 325.95º | 0.89% | 0.41% | - |
| HSV(B) | 325.95º | 0.94% | 0.77% | - |
| XYZ | 26.04 | 13.24 | 17.71 | - |
| YUV | 78.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 116 | 0 | 0.94 | 0.41 | 0.23 | 325.95 | 0.89 | 0.41 |
| Hex | C4 | B | 74 | 0 | 5E | 29 | 17 | 146 | 59 | 29 |
| Octal | 304 | 13 | 164 | 0 | 136 | 51 | 27 | 506 | 131 | 51 |
| Binary | 11000100 | 1011 | 1110100 | 0 | 1011110 | 101001 | 10111 | 101000110 | 1011001 | 101001 |
Color Harmonies of #C40B74
Complementary color
Monochromatic Colors of #C40B74
Black with #C40B74
Text Example
Text Example
White with #C40B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B74; }
p { color: rgb(196,11,116); }
H1.HeaderClassName
{
color: #C40B74;
}
.AnyTagClassName
{
color: #C40B74;
}
</style>
background-color css
<style>
a { background-color: #C40B74; }
a { background-color: rgb(196,11,116); }
div.DivClassName
{
background-color: #C40B74;
}
.BgClassName
{
background-color: #C40B74;
}
</style>
border-color css
<style>
span { border-color: #C40B74; }
span { border-color: rgb(196,11,116); }
td.TdClassName
{
border-color: #C40B74;
}
.TagClassName
{
border-color: #C40B74;
}
</style>