Shades of Medium Violet Red #D41793
Tints of Medium Violet Red #D41793
RGB
CMYK
RGB Variations
Color information
#D41793 (or 0xD41793) is known color: Medium Violet Red. HEX triplet: D4, 17 and 93. RGB value is (212,23,147). Sum of RGB (Red+Green+Blue) = 212+23+147=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D41793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41793 is #2BE86C. Grayscale: #5D5D5D. Windows color (decimal): -2877549 or 9639892. OLE color: 9639892.
HSL color Cylindrical-coordinate representation of color #D41793: hue angle of 320.63º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41793 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 147 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.17 |
| HSL | 320.63º | 0.8% | 0.46% | - |
| HSV(B) | 320.63º | 0.89% | 0.83% | - |
| XYZ | 32.72 | 16.72 | 29.11 | - |
| YUV | 93.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 147 | 0 | 0.89 | 0.31 | 0.17 | 320.63 | 0.8 | 0.46 |
| Hex | D4 | 17 | 93 | 0 | 59 | 1F | 11 | 141 | 50 | 2E |
| Octal | 324 | 27 | 223 | 0 | 131 | 37 | 21 | 501 | 120 | 56 |
| Binary | 11010100 | 10111 | 10010011 | 0 | 1011001 | 11111 | 10001 | 101000001 | 1010000 | 101110 |
Color Harmonies of #D41793
Complementary color
Monochromatic Colors of #D41793
Black with #D41793
Text Example
Text Example
White with #D41793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41793; }
p { color: rgb(212,23,147); }
H1.HeaderClassName
{
color: #D41793;
}
.AnyTagClassName
{
color: #D41793;
}
</style>
background-color css
<style>
a { background-color: #D41793; }
a { background-color: rgb(212,23,147); }
div.DivClassName
{
background-color: #D41793;
}
.BgClassName
{
background-color: #D41793;
}
</style>
border-color css
<style>
span { border-color: #D41793; }
span { border-color: rgb(212,23,147); }
td.TdClassName
{
border-color: #D41793;
}
.TagClassName
{
border-color: #D41793;
}
</style>