Shades of Medium Violet Red #D41BAC
Tints of Medium Violet Red #D41BAC
RGB
CMYK
RGB Variations
Color information
#D41BAC (or 0xD41BAC) is known color: Medium Violet Red. HEX triplet: D4, 1B and AC. RGB value is (212,27,172). Sum of RGB (Red+Green+Blue) = 212+27+172=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41BAC is #2BE453. Grayscale: #626262. Windows color (decimal): -2876500 or 11279316. OLE color: 11279316.
HSL color Cylindrical-coordinate representation of color #D41BAC: hue angle of 312.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41BAC is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.17 |
| HSL | 312.97º | 0.77% | 0.47% | - |
| HSV(B) | 312.97º | 0.87% | 0.83% | - |
| XYZ | 34.99 | 17.76 | 40.61 | - |
| YUV | 98.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 172 | 0 | 0.87 | 0.19 | 0.17 | 312.97 | 0.77 | 0.47 |
| Hex | D4 | 1B | AC | 0 | 57 | 13 | 11 | 139 | 4D | 2F |
| Octal | 324 | 33 | 254 | 0 | 127 | 23 | 21 | 471 | 115 | 57 |
| Binary | 11010100 | 11011 | 10101100 | 0 | 1010111 | 10011 | 10001 | 100111001 | 1001101 | 101111 |
Color Harmonies of #D41BAC
Complementary color
Monochromatic Colors of #D41BAC
Black with #D41BAC
Text Example
Text Example
White with #D41BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BAC; }
p { color: rgb(212,27,172); }
H1.HeaderClassName
{
color: #D41BAC;
}
.AnyTagClassName
{
color: #D41BAC;
}
</style>
background-color css
<style>
a { background-color: #D41BAC; }
a { background-color: rgb(212,27,172); }
div.DivClassName
{
background-color: #D41BAC;
}
.BgClassName
{
background-color: #D41BAC;
}
</style>
border-color css
<style>
span { border-color: #D41BAC; }
span { border-color: rgb(212,27,172); }
td.TdClassName
{
border-color: #D41BAC;
}
.TagClassName
{
border-color: #D41BAC;
}
</style>