Shades of Medium Violet Red #C40A92
Tints of Medium Violet Red #C40A92
RGB
CMYK
RGB Variations
Color information
#C40A92 (or 0xC40A92) is known color: Medium Violet Red. HEX triplet: C4, 0A and 92. RGB value is (196,10,146). Sum of RGB (Red+Green+Blue) = 196+10+146=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A92 is #3BF56D. Grayscale: #505050. Windows color (decimal): -3929454 or 9571012. OLE color: 9571012.
HSL color Cylindrical-coordinate representation of color #C40A92: hue angle of 316.13º 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 #C40A92 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 146 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.23 |
| HSL | 316.13º | 0.9% | 0.4% | - |
| HSV(B) | 316.13º | 0.95% | 0.77% | - |
| XYZ | 28.06 | 14.03 | 28.42 | - |
| YUV | 81.12 | 164.62 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 146 | 0 | 0.95 | 0.26 | 0.23 | 316.13 | 0.9 | 0.4 |
| Hex | C4 | A | 92 | 0 | 5F | 1A | 17 | 13C | 5A | 28 |
| Octal | 304 | 12 | 222 | 0 | 137 | 32 | 27 | 474 | 132 | 50 |
| Binary | 11000100 | 1010 | 10010010 | 0 | 1011111 | 11010 | 10111 | 100111100 | 1011010 | 101000 |
Color Harmonies of #C40A92
Complementary color
Monochromatic Colors of #C40A92
Black with #C40A92
Text Example
Text Example
White with #C40A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A92; }
p { color: rgb(196,10,146); }
H1.HeaderClassName
{
color: #C40A92;
}
.AnyTagClassName
{
color: #C40A92;
}
</style>
background-color css
<style>
a { background-color: #C40A92; }
a { background-color: rgb(196,10,146); }
div.DivClassName
{
background-color: #C40A92;
}
.BgClassName
{
background-color: #C40A92;
}
</style>
border-color css
<style>
span { border-color: #C40A92; }
span { border-color: rgb(196,10,146); }
td.TdClassName
{
border-color: #C40A92;
}
.TagClassName
{
border-color: #C40A92;
}
</style>