Shades of Medium Violet Red #C40A7C
Tints of Medium Violet Red #C40A7C
RGB
CMYK
RGB Variations
Color information
#C40A7C (or 0xC40A7C) is known color: Medium Violet Red. HEX triplet: C4, 0A and 7C. RGB value is (196,10,124). Sum of RGB (Red+Green+Blue) = 196+10+124=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A7C is #3BF583. Grayscale: #4E4E4E. Windows color (decimal): -3929476 or 8129220. OLE color: 8129220.
HSL color Cylindrical-coordinate representation of color #C40A7C: hue angle of 323.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A7C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 124 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.23 |
| HSL | 323.23º | 0.9% | 0.4% | - |
| HSV(B) | 323.23º | 0.95% | 0.77% | - |
| XYZ | 26.51 | 13.41 | 20.26 | - |
| YUV | 78.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 124 | 0 | 0.95 | 0.37 | 0.23 | 323.23 | 0.9 | 0.4 |
| Hex | C4 | A | 7C | 0 | 5F | 25 | 17 | 143 | 5A | 28 |
| Octal | 304 | 12 | 174 | 0 | 137 | 45 | 27 | 503 | 132 | 50 |
| Binary | 11000100 | 1010 | 1111100 | 0 | 1011111 | 100101 | 10111 | 101000011 | 1011010 | 101000 |
Color Harmonies of #C40A7C
Complementary color
Monochromatic Colors of #C40A7C
Black with #C40A7C
Text Example
Text Example
White with #C40A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A7C; }
p { color: rgb(196,10,124); }
H1.HeaderClassName
{
color: #C40A7C;
}
.AnyTagClassName
{
color: #C40A7C;
}
</style>
background-color css
<style>
a { background-color: #C40A7C; }
a { background-color: rgb(196,10,124); }
div.DivClassName
{
background-color: #C40A7C;
}
.BgClassName
{
background-color: #C40A7C;
}
</style>
border-color css
<style>
span { border-color: #C40A7C; }
span { border-color: rgb(196,10,124); }
td.TdClassName
{
border-color: #C40A7C;
}
.TagClassName
{
border-color: #C40A7C;
}
</style>