Shades of Medium Violet Red #C40584
Tints of Medium Violet Red #C40584
RGB
CMYK
RGB Variations
Color information
#C40584 (or 0xC40584) is known color: Medium Violet Red. HEX triplet: C4, 05 and 84. RGB value is (196,5,132). Sum of RGB (Red+Green+Blue) = 196+5+132=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40584 is #3BFA7B. Grayscale: #4C4C4C. Windows color (decimal): -3930748 or 8652228. OLE color: 8652228.
HSL color Cylindrical-coordinate representation of color #C40584: hue angle of 320.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40584 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.23 |
| HSL | 320.1º | 0.95% | 0.39% | - |
| HSV(B) | 320.1º | 0.97% | 0.77% | - |
| XYZ | 26.98 | 13.51 | 23.02 | - |
| YUV | 76.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 132 | 0 | 0.97 | 0.33 | 0.23 | 320.1 | 0.95 | 0.39 |
| Hex | C4 | 5 | 84 | 0 | 61 | 21 | 17 | 140 | 5F | 27 |
| Octal | 304 | 5 | 204 | 0 | 141 | 41 | 27 | 500 | 137 | 47 |
| Binary | 11000100 | 101 | 10000100 | 0 | 1100001 | 100001 | 10111 | 101000000 | 1011111 | 100111 |
Color Harmonies of #C40584
Complementary color
Monochromatic Colors of #C40584
Black with #C40584
Text Example
Text Example
White with #C40584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40584; }
p { color: rgb(196,5,132); }
H1.HeaderClassName
{
color: #C40584;
}
.AnyTagClassName
{
color: #C40584;
}
</style>
background-color css
<style>
a { background-color: #C40584; }
a { background-color: rgb(196,5,132); }
div.DivClassName
{
background-color: #C40584;
}
.BgClassName
{
background-color: #C40584;
}
</style>
border-color css
<style>
span { border-color: #C40584; }
span { border-color: rgb(196,5,132); }
td.TdClassName
{
border-color: #C40584;
}
.TagClassName
{
border-color: #C40584;
}
</style>