Shades of Medium Violet Red #C40D6E
Tints of Medium Violet Red #C40D6E
RGB
CMYK
RGB Variations
Color information
#C40D6E (or 0xC40D6E) is known color: Medium Violet Red. HEX triplet: C4, 0D and 6E. RGB value is (196,13,110). Sum of RGB (Red+Green+Blue) = 196+13+110=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D6E is #3BF291. Grayscale: #4E4E4E. Windows color (decimal): -3928722 or 7212484. OLE color: 7212484.
HSL color Cylindrical-coordinate representation of color #C40D6E: hue angle of 328.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D6E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 110 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.23 |
| HSL | 328.2º | 0.88% | 0.41% | - |
| HSV(B) | 328.2º | 0.93% | 0.77% | - |
| XYZ | 25.72 | 13.15 | 15.93 | - |
| YUV | 78.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 110 | 0 | 0.93 | 0.44 | 0.23 | 328.2 | 0.88 | 0.41 |
| Hex | C4 | D | 6E | 0 | 5D | 2C | 17 | 148 | 58 | 29 |
| Octal | 304 | 15 | 156 | 0 | 135 | 54 | 27 | 510 | 130 | 51 |
| Binary | 11000100 | 1101 | 1101110 | 0 | 1011101 | 101100 | 10111 | 101001000 | 1011000 | 101001 |
Color Harmonies of #C40D6E
Complementary color
Monochromatic Colors of #C40D6E
Black with #C40D6E
Text Example
Text Example
White with #C40D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D6E; }
p { color: rgb(196,13,110); }
H1.HeaderClassName
{
color: #C40D6E;
}
.AnyTagClassName
{
color: #C40D6E;
}
</style>
background-color css
<style>
a { background-color: #C40D6E; }
a { background-color: rgb(196,13,110); }
div.DivClassName
{
background-color: #C40D6E;
}
.BgClassName
{
background-color: #C40D6E;
}
</style>
border-color css
<style>
span { border-color: #C40D6E; }
span { border-color: rgb(196,13,110); }
td.TdClassName
{
border-color: #C40D6E;
}
.TagClassName
{
border-color: #C40D6E;
}
</style>