Shades of Medium Violet Red #C40B76
Tints of Medium Violet Red #C40B76
RGB
CMYK
RGB Variations
Color information
#C40B76 (or 0xC40B76) is known color: Medium Violet Red. HEX triplet: C4, 0B and 76. RGB value is (196,11,118). Sum of RGB (Red+Green+Blue) = 196+11+118=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B76 is #3BF489. Grayscale: #4E4E4E. Windows color (decimal): -3929226 or 7736260. OLE color: 7736260.
HSL color Cylindrical-coordinate representation of color #C40B76: hue angle of 325.3º 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 #C40B76 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 118 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.23 |
| HSL | 325.3º | 0.89% | 0.41% | - |
| HSV(B) | 325.3º | 0.94% | 0.77% | - |
| XYZ | 26.15 | 13.28 | 18.32 | - |
| YUV | 78.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 118 | 0 | 0.94 | 0.40 | 0.23 | 325.3 | 0.89 | 0.41 |
| Hex | C4 | B | 76 | 0 | 5E | 28 | 17 | 145 | 59 | 29 |
| Octal | 304 | 13 | 166 | 0 | 136 | 50 | 27 | 505 | 131 | 51 |
| Binary | 11000100 | 1011 | 1110110 | 0 | 1011110 | 101000 | 10111 | 101000101 | 1011001 | 101001 |
Color Harmonies of #C40B76
Complementary color
Monochromatic Colors of #C40B76
Black with #C40B76
Text Example
Text Example
White with #C40B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B76; }
p { color: rgb(196,11,118); }
H1.HeaderClassName
{
color: #C40B76;
}
.AnyTagClassName
{
color: #C40B76;
}
</style>
background-color css
<style>
a { background-color: #C40B76; }
a { background-color: rgb(196,11,118); }
div.DivClassName
{
background-color: #C40B76;
}
.BgClassName
{
background-color: #C40B76;
}
</style>
border-color css
<style>
span { border-color: #C40B76; }
span { border-color: rgb(196,11,118); }
td.TdClassName
{
border-color: #C40B76;
}
.TagClassName
{
border-color: #C40B76;
}
</style>