Shades of Medium Violet Red #C40A8F
Tints of Medium Violet Red #C40A8F
RGB
CMYK
RGB Variations
Color information
#C40A8F (or 0xC40A8F) is known color: Medium Violet Red. HEX triplet: C4, 0A and 8F. RGB value is (196,10,143). Sum of RGB (Red+Green+Blue) = 196+10+143=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A8F is #3BF570. Grayscale: #505050. Windows color (decimal): -3929457 or 9374404. OLE color: 9374404.
HSL color Cylindrical-coordinate representation of color #C40A8F: hue angle of 317.1º 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 #C40A8F is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 143 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.23 |
| HSL | 317.1º | 0.9% | 0.4% | - |
| HSV(B) | 317.1º | 0.95% | 0.77% | - |
| XYZ | 27.83 | 13.94 | 27.21 | - |
| YUV | 80.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 143 | 0 | 0.95 | 0.27 | 0.23 | 317.1 | 0.9 | 0.4 |
| Hex | C4 | A | 8F | 0 | 5F | 1B | 17 | 13D | 5A | 28 |
| Octal | 304 | 12 | 217 | 0 | 137 | 33 | 27 | 475 | 132 | 50 |
| Binary | 11000100 | 1010 | 10001111 | 0 | 1011111 | 11011 | 10111 | 100111101 | 1011010 | 101000 |
Color Harmonies of #C40A8F
Complementary color
Monochromatic Colors of #C40A8F
Black with #C40A8F
Text Example
Text Example
White with #C40A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A8F; }
p { color: rgb(196,10,143); }
H1.HeaderClassName
{
color: #C40A8F;
}
.AnyTagClassName
{
color: #C40A8F;
}
</style>
background-color css
<style>
a { background-color: #C40A8F; }
a { background-color: rgb(196,10,143); }
div.DivClassName
{
background-color: #C40A8F;
}
.BgClassName
{
background-color: #C40A8F;
}
</style>
border-color css
<style>
span { border-color: #C40A8F; }
span { border-color: rgb(196,10,143); }
td.TdClassName
{
border-color: #C40A8F;
}
.TagClassName
{
border-color: #C40A8F;
}
</style>