Shades of Medium Violet Red #D40C98
Tints of Medium Violet Red #D40C98
RGB
CMYK
RGB Variations
Color information
#D40C98 (or 0xD40C98) is known color: Medium Violet Red. HEX triplet: D4, 0C and 98. RGB value is (212,12,152). Sum of RGB (Red+Green+Blue) = 212+12+152=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C98 is #2BF367. Grayscale: #575757. Windows color (decimal): -2880360 or 9964756. OLE color: 9964756.
HSL color Cylindrical-coordinate representation of color #D40C98: hue angle of 318º 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 #D40C98 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 152 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.17 |
| HSL | 318º | 0.89% | 0.44% | - |
| HSV(B) | 318º | 0.94% | 0.83% | - |
| XYZ | 32.95 | 16.53 | 31.16 | - |
| YUV | 87.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 152 | 0 | 0.94 | 0.28 | 0.17 | 318 | 0.89 | 0.44 |
| Hex | D4 | C | 98 | 0 | 5E | 1C | 11 | 13E | 59 | 2C |
| Octal | 324 | 14 | 230 | 0 | 136 | 34 | 21 | 476 | 131 | 54 |
| Binary | 11010100 | 1100 | 10011000 | 0 | 1011110 | 11100 | 10001 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D40C98
Complementary color
Monochromatic Colors of #D40C98
Black with #D40C98
Text Example
Text Example
White with #D40C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C98; }
p { color: rgb(212,12,152); }
H1.HeaderClassName
{
color: #D40C98;
}
.AnyTagClassName
{
color: #D40C98;
}
</style>
background-color css
<style>
a { background-color: #D40C98; }
a { background-color: rgb(212,12,152); }
div.DivClassName
{
background-color: #D40C98;
}
.BgClassName
{
background-color: #D40C98;
}
</style>
border-color css
<style>
span { border-color: #D40C98; }
span { border-color: rgb(212,12,152); }
td.TdClassName
{
border-color: #D40C98;
}
.TagClassName
{
border-color: #D40C98;
}
</style>