Shades of Medium Violet Red #C40084
Tints of Medium Violet Red #C40084
RGB
CMYK
RGB Variations
Color information
#C40084 (or 0xC40084) is known color: Medium Violet Red. HEX triplet: C4, 00 and 84. RGB value is (196,0,132). Sum of RGB (Red+Green+Blue) = 196+0+132=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40084 is #3BFF7B. Grayscale: #494949. Windows color (decimal): -3932028 or 8650948. OLE color: 8650948.
HSL color Cylindrical-coordinate representation of color #C40084: hue angle of 319.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40084 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.33 | 0.23 |
| HSL | 319.59º | 1% | 0.38% | - |
| HSV(B) | 319.59º | 1% | 0.77% | - |
| XYZ | 26.93 | 13.4 | 23 | - |
| YUV | 73.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 132 | 0 | 1 | 0.33 | 0.23 | 319.59 | 1 | 0.38 |
| Hex | C4 | 0 | 84 | 0 | 64 | 21 | 17 | 140 | 64 | 26 |
| Octal | 304 | 0 | 204 | 0 | 144 | 41 | 27 | 500 | 144 | 46 |
| Binary | 11000100 | 0 | 10000100 | 0 | 1100100 | 100001 | 10111 | 101000000 | 1100100 | 100110 |
Color Harmonies of #C40084
Complementary color
Monochromatic Colors of #C40084
Black with #C40084
Text Example
Text Example
White with #C40084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40084; }
p { color: rgb(196,0,132); }
H1.HeaderClassName
{
color: #C40084;
}
.AnyTagClassName
{
color: #C40084;
}
</style>
background-color css
<style>
a { background-color: #C40084; }
a { background-color: rgb(196,0,132); }
div.DivClassName
{
background-color: #C40084;
}
.BgClassName
{
background-color: #C40084;
}
</style>
border-color css
<style>
span { border-color: #C40084; }
span { border-color: rgb(196,0,132); }
td.TdClassName
{
border-color: #C40084;
}
.TagClassName
{
border-color: #C40084;
}
</style>