Shades of Medium Violet Red #D40C8D
Tints of Medium Violet Red #D40C8D
RGB
CMYK
RGB Variations
Color information
#D40C8D (or 0xD40C8D) is known color: Medium Violet Red. HEX triplet: D4, 0C and 8D. RGB value is (212,12,141). Sum of RGB (Red+Green+Blue) = 212+12+141=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C8D is #2BF372. Grayscale: #565656. Windows color (decimal): -2880371 or 9243860. OLE color: 9243860.
HSL color Cylindrical-coordinate representation of color #D40C8D: hue angle of 321.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C8D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 141 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.17 |
| HSL | 321.3º | 0.89% | 0.44% | - |
| HSV(B) | 321.3º | 0.94% | 0.83% | - |
| XYZ | 32.09 | 16.18 | 26.63 | - |
| YUV | 86.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 141 | 0 | 0.94 | 0.33 | 0.17 | 321.3 | 0.89 | 0.44 |
| Hex | D4 | C | 8D | 0 | 5E | 21 | 11 | 141 | 59 | 2C |
| Octal | 324 | 14 | 215 | 0 | 136 | 41 | 21 | 501 | 131 | 54 |
| Binary | 11010100 | 1100 | 10001101 | 0 | 1011110 | 100001 | 10001 | 101000001 | 1011001 | 101100 |
Color Harmonies of #D40C8D
Complementary color
Monochromatic Colors of #D40C8D
Black with #D40C8D
Text Example
Text Example
White with #D40C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C8D; }
p { color: rgb(212,12,141); }
H1.HeaderClassName
{
color: #D40C8D;
}
.AnyTagClassName
{
color: #D40C8D;
}
</style>
background-color css
<style>
a { background-color: #D40C8D; }
a { background-color: rgb(212,12,141); }
div.DivClassName
{
background-color: #D40C8D;
}
.BgClassName
{
background-color: #D40C8D;
}
</style>
border-color css
<style>
span { border-color: #D40C8D; }
span { border-color: rgb(212,12,141); }
td.TdClassName
{
border-color: #D40C8D;
}
.TagClassName
{
border-color: #D40C8D;
}
</style>