Shades of Medium Violet Red #C40A72
Tints of Medium Violet Red #C40A72
RGB
CMYK
RGB Variations
Color information
#C40A72 (or 0xC40A72) is known color: Medium Violet Red. HEX triplet: C4, 0A and 72. RGB value is (196,10,114). Sum of RGB (Red+Green+Blue) = 196+10+114=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A72 is #3BF58D. Grayscale: #4D4D4D. Windows color (decimal): -3929486 or 7473860. OLE color: 7473860.
HSL color Cylindrical-coordinate representation of color #C40A72: hue angle of 326.45º 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 #C40A72 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 114 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.23 |
| HSL | 326.45º | 0.9% | 0.4% | - |
| HSV(B) | 326.45º | 0.95% | 0.77% | - |
| XYZ | 25.91 | 13.17 | 17.1 | - |
| YUV | 77.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 114 | 0 | 0.95 | 0.42 | 0.23 | 326.45 | 0.9 | 0.4 |
| Hex | C4 | A | 72 | 0 | 5F | 2A | 17 | 146 | 5A | 28 |
| Octal | 304 | 12 | 162 | 0 | 137 | 52 | 27 | 506 | 132 | 50 |
| Binary | 11000100 | 1010 | 1110010 | 0 | 1011111 | 101010 | 10111 | 101000110 | 1011010 | 101000 |
Color Harmonies of #C40A72
Complementary color
Monochromatic Colors of #C40A72
Black with #C40A72
Text Example
Text Example
White with #C40A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A72; }
p { color: rgb(196,10,114); }
H1.HeaderClassName
{
color: #C40A72;
}
.AnyTagClassName
{
color: #C40A72;
}
</style>
background-color css
<style>
a { background-color: #C40A72; }
a { background-color: rgb(196,10,114); }
div.DivClassName
{
background-color: #C40A72;
}
.BgClassName
{
background-color: #C40A72;
}
</style>
border-color css
<style>
span { border-color: #C40A72; }
span { border-color: rgb(196,10,114); }
td.TdClassName
{
border-color: #C40A72;
}
.TagClassName
{
border-color: #C40A72;
}
</style>