Shades of Medium Violet Red #C40C8C
Tints of Medium Violet Red #C40C8C
RGB
CMYK
RGB Variations
Color information
#C40C8C (or 0xC40C8C) is known color: Medium Violet Red. HEX triplet: C4, 0C and 8C. RGB value is (196,12,140). Sum of RGB (Red+Green+Blue) = 196+12+140=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C8C is #3BF373. Grayscale: #515151. Windows color (decimal): -3928948 or 9178308. OLE color: 9178308.
HSL color Cylindrical-coordinate representation of color #C40C8C: hue angle of 318.26º 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 #C40C8C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 140 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.23 |
| HSL | 318.26º | 0.88% | 0.41% | - |
| HSV(B) | 318.26º | 0.94% | 0.77% | - |
| XYZ | 27.63 | 13.89 | 26.04 | - |
| YUV | 81.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 140 | 0 | 0.94 | 0.29 | 0.23 | 318.26 | 0.88 | 0.41 |
| Hex | C4 | C | 8C | 0 | 5E | 1D | 17 | 13E | 58 | 29 |
| Octal | 304 | 14 | 214 | 0 | 136 | 35 | 27 | 476 | 130 | 51 |
| Binary | 11000100 | 1100 | 10001100 | 0 | 1011110 | 11101 | 10111 | 100111110 | 1011000 | 101001 |
Color Harmonies of #C40C8C
Complementary color
Monochromatic Colors of #C40C8C
Black with #C40C8C
Text Example
Text Example
White with #C40C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C8C; }
p { color: rgb(196,12,140); }
H1.HeaderClassName
{
color: #C40C8C;
}
.AnyTagClassName
{
color: #C40C8C;
}
</style>
background-color css
<style>
a { background-color: #C40C8C; }
a { background-color: rgb(196,12,140); }
div.DivClassName
{
background-color: #C40C8C;
}
.BgClassName
{
background-color: #C40C8C;
}
</style>
border-color css
<style>
span { border-color: #C40C8C; }
span { border-color: rgb(196,12,140); }
td.TdClassName
{
border-color: #C40C8C;
}
.TagClassName
{
border-color: #C40C8C;
}
</style>