Shades of Medium Violet Red #D41780
Tints of Medium Violet Red #D41780
RGB
CMYK
RGB Variations
Color information
#D41780 (or 0xD41780) is known color: Medium Violet Red. HEX triplet: D4, 17 and 80. RGB value is (212,23,128). Sum of RGB (Red+Green+Blue) = 212+23+128=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D41780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41780 is #2BE87F. Grayscale: #5B5B5B. Windows color (decimal): -2877568 or 8394708. OLE color: 8394708.
HSL color Cylindrical-coordinate representation of color #D41780: hue angle of 326.67º 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 #D41780 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 128 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.17 |
| HSL | 326.67º | 0.8% | 0.46% | - |
| HSV(B) | 326.67º | 0.89% | 0.83% | - |
| XYZ | 31.35 | 16.17 | 21.89 | - |
| YUV | 91.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 128 | 0 | 0.89 | 0.40 | 0.17 | 326.67 | 0.8 | 0.46 |
| Hex | D4 | 17 | 80 | 0 | 59 | 28 | 11 | 147 | 50 | 2E |
| Octal | 324 | 27 | 200 | 0 | 131 | 50 | 21 | 507 | 120 | 56 |
| Binary | 11010100 | 10111 | 10000000 | 0 | 1011001 | 101000 | 10001 | 101000111 | 1010000 | 101110 |
Color Harmonies of #D41780
Complementary color
Monochromatic Colors of #D41780
Black with #D41780
Text Example
Text Example
White with #D41780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41780; }
p { color: rgb(212,23,128); }
H1.HeaderClassName
{
color: #D41780;
}
.AnyTagClassName
{
color: #D41780;
}
</style>
background-color css
<style>
a { background-color: #D41780; }
a { background-color: rgb(212,23,128); }
div.DivClassName
{
background-color: #D41780;
}
.BgClassName
{
background-color: #D41780;
}
</style>
border-color css
<style>
span { border-color: #D41780; }
span { border-color: rgb(212,23,128); }
td.TdClassName
{
border-color: #D41780;
}
.TagClassName
{
border-color: #D41780;
}
</style>