Shades of Medium Violet Red #D41173
Tints of Medium Violet Red #D41173
RGB
CMYK
RGB Variations
Color information
#D41173 (or 0xD41173) is known color: Medium Violet Red. HEX triplet: D4, 11 and 73. RGB value is (212,17,115). Sum of RGB (Red+Green+Blue) = 212+17+115=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D41173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41173 is #2BEE8C. Grayscale: #565656. Windows color (decimal): -2879117 or 7541204. OLE color: 7541204.
HSL color Cylindrical-coordinate representation of color #D41173: hue angle of 329.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41173 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.17 |
| HSL | 329.85º | 0.85% | 0.45% | - |
| HSV(B) | 329.85º | 0.92% | 0.83% | - |
| XYZ | 30.45 | 15.64 | 17.63 | - |
| YUV | 86.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 115 | 0 | 0.92 | 0.46 | 0.17 | 329.85 | 0.85 | 0.45 |
| Hex | D4 | 11 | 73 | 0 | 5C | 2E | 11 | 14A | 55 | 2D |
| Octal | 324 | 21 | 163 | 0 | 134 | 56 | 21 | 512 | 125 | 55 |
| Binary | 11010100 | 10001 | 1110011 | 0 | 1011100 | 101110 | 10001 | 101001010 | 1010101 | 101101 |
Color Harmonies of #D41173
Complementary color
Monochromatic Colors of #D41173
Black with #D41173
Text Example
Text Example
White with #D41173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41173; }
p { color: rgb(212,17,115); }
H1.HeaderClassName
{
color: #D41173;
}
.AnyTagClassName
{
color: #D41173;
}
</style>
background-color css
<style>
a { background-color: #D41173; }
a { background-color: rgb(212,17,115); }
div.DivClassName
{
background-color: #D41173;
}
.BgClassName
{
background-color: #D41173;
}
</style>
border-color css
<style>
span { border-color: #D41173; }
span { border-color: rgb(212,17,115); }
td.TdClassName
{
border-color: #D41173;
}
.TagClassName
{
border-color: #D41173;
}
</style>