Shades of Medium Violet Red #D41AAC
Tints of Medium Violet Red #D41AAC
RGB
CMYK
RGB Variations
Color information
#D41AAC (or 0xD41AAC) is known color: Medium Violet Red. HEX triplet: D4, 1A and AC. RGB value is (212,26,172). Sum of RGB (Red+Green+Blue) = 212+26+172=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41AAC is #2BE553. Grayscale: #616161. Windows color (decimal): -2876756 or 11279060. OLE color: 11279060.
HSL color Cylindrical-coordinate representation of color #D41AAC: hue angle of 312.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41AAC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 172 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.17 |
| HSL | 312.9º | 0.78% | 0.47% | - |
| HSV(B) | 312.9º | 0.88% | 0.83% | - |
| XYZ | 34.97 | 17.71 | 40.61 | - |
| YUV | 98.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 172 | 0 | 0.88 | 0.19 | 0.17 | 312.9 | 0.78 | 0.47 |
| Hex | D4 | 1A | AC | 0 | 58 | 13 | 11 | 139 | 4E | 2F |
| Octal | 324 | 32 | 254 | 0 | 130 | 23 | 21 | 471 | 116 | 57 |
| Binary | 11010100 | 11010 | 10101100 | 0 | 1011000 | 10011 | 10001 | 100111001 | 1001110 | 101111 |
Color Harmonies of #D41AAC
Complementary color
Monochromatic Colors of #D41AAC
Black with #D41AAC
Text Example
Text Example
White with #D41AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AAC; }
p { color: rgb(212,26,172); }
H1.HeaderClassName
{
color: #D41AAC;
}
.AnyTagClassName
{
color: #D41AAC;
}
</style>
background-color css
<style>
a { background-color: #D41AAC; }
a { background-color: rgb(212,26,172); }
div.DivClassName
{
background-color: #D41AAC;
}
.BgClassName
{
background-color: #D41AAC;
}
</style>
border-color css
<style>
span { border-color: #D41AAC; }
span { border-color: rgb(212,26,172); }
td.TdClassName
{
border-color: #D41AAC;
}
.TagClassName
{
border-color: #D41AAC;
}
</style>