Shades of Medium Violet Red #C40A87
Tints of Medium Violet Red #C40A87
RGB
CMYK
RGB Variations
Color information
#C40A87 (or 0xC40A87) is known color: Medium Violet Red. HEX triplet: C4, 0A and 87. RGB value is (196,10,135). Sum of RGB (Red+Green+Blue) = 196+10+135=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A87 is #3BF578. Grayscale: #4F4F4F. Windows color (decimal): -3929465 or 8850116. OLE color: 8850116.
HSL color Cylindrical-coordinate representation of color #C40A87: hue angle of 319.68º 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 #C40A87 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 135 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.23 |
| HSL | 319.68º | 0.9% | 0.4% | - |
| HSV(B) | 319.68º | 0.95% | 0.77% | - |
| XYZ | 27.25 | 13.7 | 24.13 | - |
| YUV | 79.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 135 | 0 | 0.95 | 0.31 | 0.23 | 319.68 | 0.9 | 0.4 |
| Hex | C4 | A | 87 | 0 | 5F | 1F | 17 | 140 | 5A | 28 |
| Octal | 304 | 12 | 207 | 0 | 137 | 37 | 27 | 500 | 132 | 50 |
| Binary | 11000100 | 1010 | 10000111 | 0 | 1011111 | 11111 | 10111 | 101000000 | 1011010 | 101000 |
Color Harmonies of #C40A87
Complementary color
Monochromatic Colors of #C40A87
Black with #C40A87
Text Example
Text Example
White with #C40A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A87; }
p { color: rgb(196,10,135); }
H1.HeaderClassName
{
color: #C40A87;
}
.AnyTagClassName
{
color: #C40A87;
}
</style>
background-color css
<style>
a { background-color: #C40A87; }
a { background-color: rgb(196,10,135); }
div.DivClassName
{
background-color: #C40A87;
}
.BgClassName
{
background-color: #C40A87;
}
</style>
border-color css
<style>
span { border-color: #C40A87; }
span { border-color: rgb(196,10,135); }
td.TdClassName
{
border-color: #C40A87;
}
.TagClassName
{
border-color: #C40A87;
}
</style>