Shades of Medium Violet Red #C40A7A
Tints of Medium Violet Red #C40A7A
RGB
CMYK
RGB Variations
Color information
#C40A7A (or 0xC40A7A) is known color: Medium Violet Red. HEX triplet: C4, 0A and 7A. RGB value is (196,10,122). Sum of RGB (Red+Green+Blue) = 196+10+122=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A7A is #3BF585. Grayscale: #4E4E4E. Windows color (decimal): -3929478 or 7998148. OLE color: 7998148.
HSL color Cylindrical-coordinate representation of color #C40A7A: hue angle of 323.87º 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 #C40A7A is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.23 |
| HSL | 323.87º | 0.9% | 0.4% | - |
| HSV(B) | 323.87º | 0.95% | 0.77% | - |
| XYZ | 26.39 | 13.36 | 19.6 | - |
| YUV | 78.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 122 | 0 | 0.95 | 0.38 | 0.23 | 323.87 | 0.9 | 0.4 |
| Hex | C4 | A | 7A | 0 | 5F | 26 | 17 | 144 | 5A | 28 |
| Octal | 304 | 12 | 172 | 0 | 137 | 46 | 27 | 504 | 132 | 50 |
| Binary | 11000100 | 1010 | 1111010 | 0 | 1011111 | 100110 | 10111 | 101000100 | 1011010 | 101000 |
Color Harmonies of #C40A7A
Complementary color
Monochromatic Colors of #C40A7A
Black with #C40A7A
Text Example
Text Example
White with #C40A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A7A; }
p { color: rgb(196,10,122); }
H1.HeaderClassName
{
color: #C40A7A;
}
.AnyTagClassName
{
color: #C40A7A;
}
</style>
background-color css
<style>
a { background-color: #C40A7A; }
a { background-color: rgb(196,10,122); }
div.DivClassName
{
background-color: #C40A7A;
}
.BgClassName
{
background-color: #C40A7A;
}
</style>
border-color css
<style>
span { border-color: #C40A7A; }
span { border-color: rgb(196,10,122); }
td.TdClassName
{
border-color: #C40A7A;
}
.TagClassName
{
border-color: #C40A7A;
}
</style>