Shades of Medium Violet Red #C40C7C
Tints of Medium Violet Red #C40C7C
RGB
CMYK
RGB Variations
Color information
#C40C7C (or 0xC40C7C) is known color: Medium Violet Red. HEX triplet: C4, 0C and 7C. RGB value is (196,12,124). Sum of RGB (Red+Green+Blue) = 196+12+124=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C7C is #3BF383. Grayscale: #4F4F4F. Windows color (decimal): -3928964 or 8129732. OLE color: 8129732.
HSL color Cylindrical-coordinate representation of color #C40C7C: hue angle of 323.48º 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 #C40C7C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.23 |
| HSL | 323.48º | 0.88% | 0.41% | - |
| HSV(B) | 323.48º | 0.94% | 0.77% | - |
| XYZ | 26.53 | 13.45 | 20.27 | - |
| YUV | 79.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 124 | 0 | 0.94 | 0.37 | 0.23 | 323.48 | 0.88 | 0.41 |
| Hex | C4 | C | 7C | 0 | 5E | 25 | 17 | 143 | 58 | 29 |
| Octal | 304 | 14 | 174 | 0 | 136 | 45 | 27 | 503 | 130 | 51 |
| Binary | 11000100 | 1100 | 1111100 | 0 | 1011110 | 100101 | 10111 | 101000011 | 1011000 | 101001 |
Color Harmonies of #C40C7C
Complementary color
Monochromatic Colors of #C40C7C
Black with #C40C7C
Text Example
Text Example
White with #C40C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C7C; }
p { color: rgb(196,12,124); }
H1.HeaderClassName
{
color: #C40C7C;
}
.AnyTagClassName
{
color: #C40C7C;
}
</style>
background-color css
<style>
a { background-color: #C40C7C; }
a { background-color: rgb(196,12,124); }
div.DivClassName
{
background-color: #C40C7C;
}
.BgClassName
{
background-color: #C40C7C;
}
</style>
border-color css
<style>
span { border-color: #C40C7C; }
span { border-color: rgb(196,12,124); }
td.TdClassName
{
border-color: #C40C7C;
}
.TagClassName
{
border-color: #C40C7C;
}
</style>