Shades of Medium Violet Red #C40B78
Tints of Medium Violet Red #C40B78
RGB
CMYK
RGB Variations
Color information
#C40B78 (or 0xC40B78) is known color: Medium Violet Red. HEX triplet: C4, 0B and 78. RGB value is (196,11,120). Sum of RGB (Red+Green+Blue) = 196+11+120=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B78 is #3BF487. Grayscale: #4E4E4E. Windows color (decimal): -3929224 or 7867332. OLE color: 7867332.
HSL color Cylindrical-coordinate representation of color #C40B78: hue angle of 324.65º 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 #C40B78 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 120 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.23 |
| HSL | 324.65º | 0.89% | 0.41% | - |
| HSV(B) | 324.65º | 0.94% | 0.77% | - |
| XYZ | 26.27 | 13.33 | 18.96 | - |
| YUV | 78.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 120 | 0 | 0.94 | 0.39 | 0.23 | 324.65 | 0.89 | 0.41 |
| Hex | C4 | B | 78 | 0 | 5E | 27 | 17 | 145 | 59 | 29 |
| Octal | 304 | 13 | 170 | 0 | 136 | 47 | 27 | 505 | 131 | 51 |
| Binary | 11000100 | 1011 | 1111000 | 0 | 1011110 | 100111 | 10111 | 101000101 | 1011001 | 101001 |
Color Harmonies of #C40B78
Complementary color
Monochromatic Colors of #C40B78
Black with #C40B78
Text Example
Text Example
White with #C40B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B78; }
p { color: rgb(196,11,120); }
H1.HeaderClassName
{
color: #C40B78;
}
.AnyTagClassName
{
color: #C40B78;
}
</style>
background-color css
<style>
a { background-color: #C40B78; }
a { background-color: rgb(196,11,120); }
div.DivClassName
{
background-color: #C40B78;
}
.BgClassName
{
background-color: #C40B78;
}
</style>
border-color css
<style>
span { border-color: #C40B78; }
span { border-color: rgb(196,11,120); }
td.TdClassName
{
border-color: #C40B78;
}
.TagClassName
{
border-color: #C40B78;
}
</style>