Shades of Medium Violet Red #C40C7B
Tints of Medium Violet Red #C40C7B
RGB
CMYK
RGB Variations
Color information
#C40C7B (or 0xC40C7B) is known color: Medium Violet Red. HEX triplet: C4, 0C and 7B. RGB value is (196,12,123). Sum of RGB (Red+Green+Blue) = 196+12+123=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C7B is #3BF384. Grayscale: #4F4F4F. Windows color (decimal): -3928965 or 8064196. OLE color: 8064196.
HSL color Cylindrical-coordinate representation of color #C40C7B: hue angle of 323.8º 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 #C40C7B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 123 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.23 |
| HSL | 323.8º | 0.88% | 0.41% | - |
| HSV(B) | 323.8º | 0.94% | 0.77% | - |
| XYZ | 26.47 | 13.43 | 19.94 | - |
| YUV | 79.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 123 | 0 | 0.94 | 0.37 | 0.23 | 323.8 | 0.88 | 0.41 |
| Hex | C4 | C | 7B | 0 | 5E | 25 | 17 | 144 | 58 | 29 |
| Octal | 304 | 14 | 173 | 0 | 136 | 45 | 27 | 504 | 130 | 51 |
| Binary | 11000100 | 1100 | 1111011 | 0 | 1011110 | 100101 | 10111 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C40C7B
Complementary color
Monochromatic Colors of #C40C7B
Black with #C40C7B
Text Example
Text Example
White with #C40C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C7B; }
p { color: rgb(196,12,123); }
H1.HeaderClassName
{
color: #C40C7B;
}
.AnyTagClassName
{
color: #C40C7B;
}
</style>
background-color css
<style>
a { background-color: #C40C7B; }
a { background-color: rgb(196,12,123); }
div.DivClassName
{
background-color: #C40C7B;
}
.BgClassName
{
background-color: #C40C7B;
}
</style>
border-color css
<style>
span { border-color: #C40C7B; }
span { border-color: rgb(196,12,123); }
td.TdClassName
{
border-color: #C40C7B;
}
.TagClassName
{
border-color: #C40C7B;
}
</style>