Shades of Medium Violet Red #D40C97
Tints of Medium Violet Red #D40C97
RGB
CMYK
RGB Variations
Color information
#D40C97 (or 0xD40C97) is known color: Medium Violet Red. HEX triplet: D4, 0C and 97. RGB value is (212,12,151). Sum of RGB (Red+Green+Blue) = 212+12+151=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C97 is #2BF368. Grayscale: #575757. Windows color (decimal): -2880361 or 9899220. OLE color: 9899220.
HSL color Cylindrical-coordinate representation of color #D40C97: hue angle of 318.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 #D40C97 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 151 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.17 |
| HSL | 318.3º | 0.89% | 0.44% | - |
| HSV(B) | 318.3º | 0.94% | 0.83% | - |
| XYZ | 32.87 | 16.49 | 30.73 | - |
| YUV | 87.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 151 | 0 | 0.94 | 0.29 | 0.17 | 318.3 | 0.89 | 0.44 |
| Hex | D4 | C | 97 | 0 | 5E | 1D | 11 | 13E | 59 | 2C |
| Octal | 324 | 14 | 227 | 0 | 136 | 35 | 21 | 476 | 131 | 54 |
| Binary | 11010100 | 1100 | 10010111 | 0 | 1011110 | 11101 | 10001 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D40C97
Complementary color
Monochromatic Colors of #D40C97
Black with #D40C97
Text Example
Text Example
White with #D40C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C97; }
p { color: rgb(212,12,151); }
H1.HeaderClassName
{
color: #D40C97;
}
.AnyTagClassName
{
color: #D40C97;
}
</style>
background-color css
<style>
a { background-color: #D40C97; }
a { background-color: rgb(212,12,151); }
div.DivClassName
{
background-color: #D40C97;
}
.BgClassName
{
background-color: #D40C97;
}
</style>
border-color css
<style>
span { border-color: #D40C97; }
span { border-color: rgb(212,12,151); }
td.TdClassName
{
border-color: #D40C97;
}
.TagClassName
{
border-color: #D40C97;
}
</style>