Shades of Medium Violet Red #C40C84
Tints of Medium Violet Red #C40C84
RGB
CMYK
RGB Variations
Color information
#C40C84 (or 0xC40C84) is known color: Medium Violet Red. HEX triplet: C4, 0C and 84. RGB value is (196,12,132). Sum of RGB (Red+Green+Blue) = 196+12+132=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C84 is #3BF37B. Grayscale: #505050. Windows color (decimal): -3928956 or 8654020. OLE color: 8654020.
HSL color Cylindrical-coordinate representation of color #C40C84: hue angle of 320.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C84 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 132 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.23 |
| HSL | 320.87º | 0.88% | 0.41% | - |
| HSV(B) | 320.87º | 0.94% | 0.77% | - |
| XYZ | 27.06 | 13.66 | 23.04 | - |
| YUV | 80.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 132 | 0 | 0.94 | 0.33 | 0.23 | 320.87 | 0.88 | 0.41 |
| Hex | C4 | C | 84 | 0 | 5E | 21 | 17 | 141 | 58 | 29 |
| Octal | 304 | 14 | 204 | 0 | 136 | 41 | 27 | 501 | 130 | 51 |
| Binary | 11000100 | 1100 | 10000100 | 0 | 1011110 | 100001 | 10111 | 101000001 | 1011000 | 101001 |
Color Harmonies of #C40C84
Complementary color
Monochromatic Colors of #C40C84
Black with #C40C84
Text Example
Text Example
White with #C40C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C84; }
p { color: rgb(196,12,132); }
H1.HeaderClassName
{
color: #C40C84;
}
.AnyTagClassName
{
color: #C40C84;
}
</style>
background-color css
<style>
a { background-color: #C40C84; }
a { background-color: rgb(196,12,132); }
div.DivClassName
{
background-color: #C40C84;
}
.BgClassName
{
background-color: #C40C84;
}
</style>
border-color css
<style>
span { border-color: #C40C84; }
span { border-color: rgb(196,12,132); }
td.TdClassName
{
border-color: #C40C84;
}
.TagClassName
{
border-color: #C40C84;
}
</style>