Shades of Medium Violet Red #D41194
Tints of Medium Violet Red #D41194
RGB
CMYK
RGB Variations
Color information
#D41194 (or 0xD41194) is known color: Medium Violet Red. HEX triplet: D4, 11 and 94. RGB value is (212,17,148). Sum of RGB (Red+Green+Blue) = 212+17+148=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D41194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41194 is #2BEE6B. Grayscale: #595959. Windows color (decimal): -2879084 or 9703892. OLE color: 9703892.
HSL color Cylindrical-coordinate representation of color #D41194: hue angle of 319.69º 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 #D41194 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 148 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.17 |
| HSL | 319.69º | 0.85% | 0.45% | - |
| HSV(B) | 319.69º | 0.92% | 0.83% | - |
| XYZ | 32.7 | 16.54 | 29.49 | - |
| YUV | 90.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 148 | 0 | 0.92 | 0.30 | 0.17 | 319.69 | 0.85 | 0.45 |
| Hex | D4 | 11 | 94 | 0 | 5C | 1E | 11 | 140 | 55 | 2D |
| Octal | 324 | 21 | 224 | 0 | 134 | 36 | 21 | 500 | 125 | 55 |
| Binary | 11010100 | 10001 | 10010100 | 0 | 1011100 | 11110 | 10001 | 101000000 | 1010101 | 101101 |
Color Harmonies of #D41194
Complementary color
Monochromatic Colors of #D41194
Black with #D41194
Text Example
Text Example
White with #D41194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41194; }
p { color: rgb(212,17,148); }
H1.HeaderClassName
{
color: #D41194;
}
.AnyTagClassName
{
color: #D41194;
}
</style>
background-color css
<style>
a { background-color: #D41194; }
a { background-color: rgb(212,17,148); }
div.DivClassName
{
background-color: #D41194;
}
.BgClassName
{
background-color: #D41194;
}
</style>
border-color css
<style>
span { border-color: #D41194; }
span { border-color: rgb(212,17,148); }
td.TdClassName
{
border-color: #D41194;
}
.TagClassName
{
border-color: #D41194;
}
</style>