Shades of Medium Violet Red #C40C7E
Tints of Medium Violet Red #C40C7E
RGB
CMYK
RGB Variations
Color information
#C40C7E (or 0xC40C7E) is known color: Medium Violet Red. HEX triplet: C4, 0C and 7E. RGB value is (196,12,126). Sum of RGB (Red+Green+Blue) = 196+12+126=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C7E is #3BF381. Grayscale: #4F4F4F. Windows color (decimal): -3928962 or 8260804. OLE color: 8260804.
HSL color Cylindrical-coordinate representation of color #C40C7E: hue angle of 322.83º 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 #C40C7E is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 126 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.23 |
| HSL | 322.83º | 0.88% | 0.41% | - |
| HSV(B) | 322.83º | 0.94% | 0.77% | - |
| XYZ | 26.66 | 13.51 | 20.94 | - |
| YUV | 80.01 | 153.96 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 126 | 0 | 0.94 | 0.36 | 0.23 | 322.83 | 0.88 | 0.41 |
| Hex | C4 | C | 7E | 0 | 5E | 24 | 17 | 143 | 58 | 29 |
| Octal | 304 | 14 | 176 | 0 | 136 | 44 | 27 | 503 | 130 | 51 |
| Binary | 11000100 | 1100 | 1111110 | 0 | 1011110 | 100100 | 10111 | 101000011 | 1011000 | 101001 |
Color Harmonies of #C40C7E
Complementary color
Monochromatic Colors of #C40C7E
Black with #C40C7E
Text Example
Text Example
White with #C40C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C7E; }
p { color: rgb(196,12,126); }
H1.HeaderClassName
{
color: #C40C7E;
}
.AnyTagClassName
{
color: #C40C7E;
}
</style>
background-color css
<style>
a { background-color: #C40C7E; }
a { background-color: rgb(196,12,126); }
div.DivClassName
{
background-color: #C40C7E;
}
.BgClassName
{
background-color: #C40C7E;
}
</style>
border-color css
<style>
span { border-color: #C40C7E; }
span { border-color: rgb(196,12,126); }
td.TdClassName
{
border-color: #C40C7E;
}
.TagClassName
{
border-color: #C40C7E;
}
</style>