Shades of Medium Violet Red #D40C9C
Tints of Medium Violet Red #D40C9C
RGB
CMYK
RGB Variations
Color information
#D40C9C (or 0xD40C9C) is known color: Medium Violet Red. HEX triplet: D4, 0C and 9C. RGB value is (212,12,156). Sum of RGB (Red+Green+Blue) = 212+12+156=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C9C is #2BF363. Grayscale: #575757. Windows color (decimal): -2880356 or 10226900. OLE color: 10226900.
HSL color Cylindrical-coordinate representation of color #D40C9C: hue angle of 316.8º 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 #D40C9C is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 156 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.17 |
| HSL | 316.8º | 0.89% | 0.44% | - |
| HSV(B) | 316.8º | 0.94% | 0.83% | - |
| XYZ | 33.28 | 16.66 | 32.91 | - |
| YUV | 88.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 156 | 0 | 0.94 | 0.26 | 0.17 | 316.8 | 0.89 | 0.44 |
| Hex | D4 | C | 9C | 0 | 5E | 1A | 11 | 13D | 59 | 2C |
| Octal | 324 | 14 | 234 | 0 | 136 | 32 | 21 | 475 | 131 | 54 |
| Binary | 11010100 | 1100 | 10011100 | 0 | 1011110 | 11010 | 10001 | 100111101 | 1011001 | 101100 |
Color Harmonies of #D40C9C
Complementary color
Monochromatic Colors of #D40C9C
Black with #D40C9C
Text Example
Text Example
White with #D40C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C9C; }
p { color: rgb(212,12,156); }
H1.HeaderClassName
{
color: #D40C9C;
}
.AnyTagClassName
{
color: #D40C9C;
}
</style>
background-color css
<style>
a { background-color: #D40C9C; }
a { background-color: rgb(212,12,156); }
div.DivClassName
{
background-color: #D40C9C;
}
.BgClassName
{
background-color: #D40C9C;
}
</style>
border-color css
<style>
span { border-color: #D40C9C; }
span { border-color: rgb(212,12,156); }
td.TdClassName
{
border-color: #D40C9C;
}
.TagClassName
{
border-color: #D40C9C;
}
</style>