Shades of Medium Violet Red #D41673
Tints of Medium Violet Red #D41673
RGB
CMYK
RGB Variations
Color information
#D41673 (or 0xD41673) is known color: Medium Violet Red. HEX triplet: D4, 16 and 73. RGB value is (212,22,115). Sum of RGB (Red+Green+Blue) = 212+22+115=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D41673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41673 is #2BE98C. Grayscale: #595959. Windows color (decimal): -2877837 or 7542484. OLE color: 7542484.
HSL color Cylindrical-coordinate representation of color #D41673: hue angle of 330.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41673 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.17 |
| HSL | 330.63º | 0.81% | 0.46% | - |
| HSV(B) | 330.63º | 0.9% | 0.83% | - |
| XYZ | 30.53 | 15.81 | 17.66 | - |
| YUV | 89.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 115 | 0 | 0.90 | 0.46 | 0.17 | 330.63 | 0.81 | 0.46 |
| Hex | D4 | 16 | 73 | 0 | 5A | 2E | 11 | 14B | 51 | 2E |
| Octal | 324 | 26 | 163 | 0 | 132 | 56 | 21 | 513 | 121 | 56 |
| Binary | 11010100 | 10110 | 1110011 | 0 | 1011010 | 101110 | 10001 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D41673
Complementary color
Monochromatic Colors of #D41673
Black with #D41673
Text Example
Text Example
White with #D41673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41673; }
p { color: rgb(212,22,115); }
H1.HeaderClassName
{
color: #D41673;
}
.AnyTagClassName
{
color: #D41673;
}
</style>
background-color css
<style>
a { background-color: #D41673; }
a { background-color: rgb(212,22,115); }
div.DivClassName
{
background-color: #D41673;
}
.BgClassName
{
background-color: #D41673;
}
</style>
border-color css
<style>
span { border-color: #D41673; }
span { border-color: rgb(212,22,115); }
td.TdClassName
{
border-color: #D41673;
}
.TagClassName
{
border-color: #D41673;
}
</style>