Shades of Medium Violet Red #C40E7B
Tints of Medium Violet Red #C40E7B
RGB
CMYK
RGB Variations
Color information
#C40E7B (or 0xC40E7B) is known color: Medium Violet Red. HEX triplet: C4, 0E and 7B. RGB value is (196,14,123). Sum of RGB (Red+Green+Blue) = 196+14+123=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E7B is #3BF184. Grayscale: #505050. Windows color (decimal): -3928453 or 8064708. OLE color: 8064708.
HSL color Cylindrical-coordinate representation of color #C40E7B: hue angle of 324.07º 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 #C40E7B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.23 |
| HSL | 324.07º | 0.87% | 0.41% | - |
| HSV(B) | 324.07º | 0.93% | 0.77% | - |
| XYZ | 26.5 | 13.48 | 19.94 | - |
| YUV | 80.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 123 | 0 | 0.93 | 0.37 | 0.23 | 324.07 | 0.87 | 0.41 |
| Hex | C4 | E | 7B | 0 | 5D | 25 | 17 | 144 | 57 | 29 |
| Octal | 304 | 16 | 173 | 0 | 135 | 45 | 27 | 504 | 127 | 51 |
| Binary | 11000100 | 1110 | 1111011 | 0 | 1011101 | 100101 | 10111 | 101000100 | 1010111 | 101001 |
Color Harmonies of #C40E7B
Complementary color
Monochromatic Colors of #C40E7B
Black with #C40E7B
Text Example
Text Example
White with #C40E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E7B; }
p { color: rgb(196,14,123); }
H1.HeaderClassName
{
color: #C40E7B;
}
.AnyTagClassName
{
color: #C40E7B;
}
</style>
background-color css
<style>
a { background-color: #C40E7B; }
a { background-color: rgb(196,14,123); }
div.DivClassName
{
background-color: #C40E7B;
}
.BgClassName
{
background-color: #C40E7B;
}
</style>
border-color css
<style>
span { border-color: #C40E7B; }
span { border-color: rgb(196,14,123); }
td.TdClassName
{
border-color: #C40E7B;
}
.TagClassName
{
border-color: #C40E7B;
}
</style>