Shades of Medium Violet Red #D40C96
Tints of Medium Violet Red #D40C96
RGB
CMYK
RGB Variations
Color information
#D40C96 (or 0xD40C96) is known color: Medium Violet Red. HEX triplet: D4, 0C and 96. RGB value is (212,12,150). Sum of RGB (Red+Green+Blue) = 212+12+150=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C96 is #2BF369. Grayscale: #575757. Windows color (decimal): -2880362 or 9833684. OLE color: 9833684.
HSL color Cylindrical-coordinate representation of color #D40C96: hue angle of 318.6º 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 #D40C96 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 150 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.17 |
| HSL | 318.6º | 0.89% | 0.44% | - |
| HSV(B) | 318.6º | 0.94% | 0.83% | - |
| XYZ | 32.79 | 16.46 | 30.3 | - |
| YUV | 87.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 150 | 0 | 0.94 | 0.29 | 0.17 | 318.6 | 0.89 | 0.44 |
| Hex | D4 | C | 96 | 0 | 5E | 1D | 11 | 13F | 59 | 2C |
| Octal | 324 | 14 | 226 | 0 | 136 | 35 | 21 | 477 | 131 | 54 |
| Binary | 11010100 | 1100 | 10010110 | 0 | 1011110 | 11101 | 10001 | 100111111 | 1011001 | 101100 |
Color Harmonies of #D40C96
Complementary color
Monochromatic Colors of #D40C96
Black with #D40C96
Text Example
Text Example
White with #D40C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C96; }
p { color: rgb(212,12,150); }
H1.HeaderClassName
{
color: #D40C96;
}
.AnyTagClassName
{
color: #D40C96;
}
</style>
background-color css
<style>
a { background-color: #D40C96; }
a { background-color: rgb(212,12,150); }
div.DivClassName
{
background-color: #D40C96;
}
.BgClassName
{
background-color: #D40C96;
}
</style>
border-color css
<style>
span { border-color: #D40C96; }
span { border-color: rgb(212,12,150); }
td.TdClassName
{
border-color: #D40C96;
}
.TagClassName
{
border-color: #D40C96;
}
</style>