Shades of Medium Violet Red #C40C7A
Tints of Medium Violet Red #C40C7A
RGB
CMYK
RGB Variations
Color information
#C40C7A (or 0xC40C7A) is known color: Medium Violet Red. HEX triplet: C4, 0C and 7A. RGB value is (196,12,122). Sum of RGB (Red+Green+Blue) = 196+12+122=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C7A is #3BF385. Grayscale: #4F4F4F. Windows color (decimal): -3928966 or 7998660. OLE color: 7998660.
HSL color Cylindrical-coordinate representation of color #C40C7A: hue angle of 324.13º 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 #C40C7A is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 122 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.23 |
| HSL | 324.13º | 0.88% | 0.41% | - |
| HSV(B) | 324.13º | 0.94% | 0.77% | - |
| XYZ | 26.41 | 13.4 | 19.61 | - |
| YUV | 79.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 122 | 0 | 0.94 | 0.38 | 0.23 | 324.13 | 0.88 | 0.41 |
| Hex | C4 | C | 7A | 0 | 5E | 26 | 17 | 144 | 58 | 29 |
| Octal | 304 | 14 | 172 | 0 | 136 | 46 | 27 | 504 | 130 | 51 |
| Binary | 11000100 | 1100 | 1111010 | 0 | 1011110 | 100110 | 10111 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C40C7A
Complementary color
Monochromatic Colors of #C40C7A
Black with #C40C7A
Text Example
Text Example
White with #C40C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C7A; }
p { color: rgb(196,12,122); }
H1.HeaderClassName
{
color: #C40C7A;
}
.AnyTagClassName
{
color: #C40C7A;
}
</style>
background-color css
<style>
a { background-color: #C40C7A; }
a { background-color: rgb(196,12,122); }
div.DivClassName
{
background-color: #C40C7A;
}
.BgClassName
{
background-color: #C40C7A;
}
</style>
border-color css
<style>
span { border-color: #C40C7A; }
span { border-color: rgb(196,12,122); }
td.TdClassName
{
border-color: #C40C7A;
}
.TagClassName
{
border-color: #C40C7A;
}
</style>