Shades of Medium Violet Red #D41F8C
Tints of Medium Violet Red #D41F8C
RGB
CMYK
RGB Variations
Color information
#D41F8C (or 0xD41F8C) is known color: Medium Violet Red. HEX triplet: D4, 1F and 8C. RGB value is (212,31,140). Sum of RGB (Red+Green+Blue) = 212+31+140=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41F8C is #2BE073. Grayscale: #616161. Windows color (decimal): -2875508 or 9183188. OLE color: 9183188.
HSL color Cylindrical-coordinate representation of color #D41F8C: hue angle of 323.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41F8C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 140 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.17 |
| HSL | 323.87º | 0.74% | 0.48% | - |
| HSV(B) | 323.87º | 0.85% | 0.83% | - |
| XYZ | 32.37 | 16.87 | 26.36 | - |
| YUV | 97.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 140 | 0 | 0.85 | 0.34 | 0.17 | 323.87 | 0.74 | 0.48 |
| Hex | D4 | 1F | 8C | 0 | 55 | 22 | 11 | 144 | 4A | 30 |
| Octal | 324 | 37 | 214 | 0 | 125 | 42 | 21 | 504 | 112 | 60 |
| Binary | 11010100 | 11111 | 10001100 | 0 | 1010101 | 100010 | 10001 | 101000100 | 1001010 | 110000 |
Color Harmonies of #D41F8C
Complementary color
Monochromatic Colors of #D41F8C
Black with #D41F8C
Text Example
Text Example
White with #D41F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41F8C; }
p { color: rgb(212,31,140); }
H1.HeaderClassName
{
color: #D41F8C;
}
.AnyTagClassName
{
color: #D41F8C;
}
</style>
background-color css
<style>
a { background-color: #D41F8C; }
a { background-color: rgb(212,31,140); }
div.DivClassName
{
background-color: #D41F8C;
}
.BgClassName
{
background-color: #D41F8C;
}
</style>
border-color css
<style>
span { border-color: #D41F8C; }
span { border-color: rgb(212,31,140); }
td.TdClassName
{
border-color: #D41F8C;
}
.TagClassName
{
border-color: #D41F8C;
}
</style>