Shades of Medium Violet Red #D40C8B
Tints of Medium Violet Red #D40C8B
RGB
CMYK
RGB Variations
Color information
#D40C8B (or 0xD40C8B) is known color: Medium Violet Red. HEX triplet: D4, 0C and 8B. RGB value is (212,12,139). Sum of RGB (Red+Green+Blue) = 212+12+139=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C8B is #2BF374. Grayscale: #555555. Windows color (decimal): -2880373 or 9112788. OLE color: 9112788.
HSL color Cylindrical-coordinate representation of color #D40C8B: hue angle of 321.9º 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 #D40C8B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.17 |
| HSL | 321.9º | 0.89% | 0.44% | - |
| HSV(B) | 321.9º | 0.94% | 0.83% | - |
| XYZ | 31.94 | 16.12 | 25.85 | - |
| YUV | 86.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 139 | 0 | 0.94 | 0.34 | 0.17 | 321.9 | 0.89 | 0.44 |
| Hex | D4 | C | 8B | 0 | 5E | 22 | 11 | 142 | 59 | 2C |
| Octal | 324 | 14 | 213 | 0 | 136 | 42 | 21 | 502 | 131 | 54 |
| Binary | 11010100 | 1100 | 10001011 | 0 | 1011110 | 100010 | 10001 | 101000010 | 1011001 | 101100 |
Color Harmonies of #D40C8B
Complementary color
Monochromatic Colors of #D40C8B
Black with #D40C8B
Text Example
Text Example
White with #D40C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C8B; }
p { color: rgb(212,12,139); }
H1.HeaderClassName
{
color: #D40C8B;
}
.AnyTagClassName
{
color: #D40C8B;
}
</style>
background-color css
<style>
a { background-color: #D40C8B; }
a { background-color: rgb(212,12,139); }
div.DivClassName
{
background-color: #D40C8B;
}
.BgClassName
{
background-color: #D40C8B;
}
</style>
border-color css
<style>
span { border-color: #D40C8B; }
span { border-color: rgb(212,12,139); }
td.TdClassName
{
border-color: #D40C8B;
}
.TagClassName
{
border-color: #D40C8B;
}
</style>