Shades of Medium Violet Red #C40E7A
Tints of Medium Violet Red #C40E7A
RGB
CMYK
RGB Variations
Color information
#C40E7A (or 0xC40E7A) is known color: Medium Violet Red. HEX triplet: C4, 0E and 7A. RGB value is (196,14,122). Sum of RGB (Red+Green+Blue) = 196+14+122=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E7A is #3BF185. Grayscale: #505050. Windows color (decimal): -3928454 or 7999172. OLE color: 7999172.
HSL color Cylindrical-coordinate representation of color #C40E7A: hue angle of 324.4º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40E7A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.23 |
| HSL | 324.4º | 0.87% | 0.41% | - |
| HSV(B) | 324.4º | 0.93% | 0.77% | - |
| XYZ | 26.43 | 13.45 | 19.62 | - |
| YUV | 80.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 122 | 0 | 0.93 | 0.38 | 0.23 | 324.4 | 0.87 | 0.41 |
| Hex | C4 | E | 7A | 0 | 5D | 26 | 17 | 144 | 57 | 29 |
| Octal | 304 | 16 | 172 | 0 | 135 | 46 | 27 | 504 | 127 | 51 |
| Binary | 11000100 | 1110 | 1111010 | 0 | 1011101 | 100110 | 10111 | 101000100 | 1010111 | 101001 |
Color Harmonies of #C40E7A
Complementary color
Monochromatic Colors of #C40E7A
Black with #C40E7A
Text Example
Text Example
White with #C40E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E7A; }
p { color: rgb(196,14,122); }
H1.HeaderClassName
{
color: #C40E7A;
}
.AnyTagClassName
{
color: #C40E7A;
}
</style>
background-color css
<style>
a { background-color: #C40E7A; }
a { background-color: rgb(196,14,122); }
div.DivClassName
{
background-color: #C40E7A;
}
.BgClassName
{
background-color: #C40E7A;
}
</style>
border-color css
<style>
span { border-color: #C40E7A; }
span { border-color: rgb(196,14,122); }
td.TdClassName
{
border-color: #C40E7A;
}
.TagClassName
{
border-color: #C40E7A;
}
</style>