Shades of Medium Violet Red #D40C9B
Tints of Medium Violet Red #D40C9B
RGB
CMYK
RGB Variations
Color information
#D40C9B (or 0xD40C9B) is known color: Medium Violet Red. HEX triplet: D4, 0C and 9B. RGB value is (212,12,155). Sum of RGB (Red+Green+Blue) = 212+12+155=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C9B is #2BF364. Grayscale: #575757. Windows color (decimal): -2880357 or 10161364. OLE color: 10161364.
HSL color Cylindrical-coordinate representation of color #D40C9B: hue angle of 317.1º 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 #D40C9B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.17 |
| HSL | 317.1º | 0.89% | 0.44% | - |
| HSV(B) | 317.1º | 0.94% | 0.83% | - |
| XYZ | 33.2 | 16.63 | 32.47 | - |
| YUV | 88.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 155 | 0 | 0.94 | 0.27 | 0.17 | 317.1 | 0.89 | 0.44 |
| Hex | D4 | C | 9B | 0 | 5E | 1B | 11 | 13D | 59 | 2C |
| Octal | 324 | 14 | 233 | 0 | 136 | 33 | 21 | 475 | 131 | 54 |
| Binary | 11010100 | 1100 | 10011011 | 0 | 1011110 | 11011 | 10001 | 100111101 | 1011001 | 101100 |
Color Harmonies of #D40C9B
Complementary color
Monochromatic Colors of #D40C9B
Black with #D40C9B
Text Example
Text Example
White with #D40C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C9B; }
p { color: rgb(212,12,155); }
H1.HeaderClassName
{
color: #D40C9B;
}
.AnyTagClassName
{
color: #D40C9B;
}
</style>
background-color css
<style>
a { background-color: #D40C9B; }
a { background-color: rgb(212,12,155); }
div.DivClassName
{
background-color: #D40C9B;
}
.BgClassName
{
background-color: #D40C9B;
}
</style>
border-color css
<style>
span { border-color: #D40C9B; }
span { border-color: rgb(212,12,155); }
td.TdClassName
{
border-color: #D40C9B;
}
.TagClassName
{
border-color: #D40C9B;
}
</style>