Shades of Deep Magenta #D41AC4
Tints of Deep Magenta #D41AC4
RGB
CMYK
RGB Variations
Color information
#D41AC4 (or 0xD41AC4) is known color: Deep Magenta. HEX triplet: D4, 1A and C4. RGB value is (212,26,196). Sum of RGB (Red+Green+Blue) = 212+26+196=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41AC4 is #2BE53B. Grayscale: #646464. Windows color (decimal): -2876732 or 12851924. OLE color: 12851924.
HSL color Cylindrical-coordinate representation of color #D41AC4: hue angle of 305.16º 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 #D41AC4 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 196 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.17 |
| HSL | 305.16º | 0.78% | 0.47% | - |
| HSV(B) | 305.16º | 0.88% | 0.83% | - |
| XYZ | 37.48 | 18.72 | 53.86 | - |
| YUV | 100.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 196 | 0 | 0.88 | 0.08 | 0.17 | 305.16 | 0.78 | 0.47 |
| Hex | D4 | 1A | C4 | 0 | 58 | 8 | 11 | 131 | 4E | 2F |
| Octal | 324 | 32 | 304 | 0 | 130 | 10 | 21 | 461 | 116 | 57 |
| Binary | 11010100 | 11010 | 11000100 | 0 | 1011000 | 1000 | 10001 | 100110001 | 1001110 | 101111 |
Color Harmonies of #D41AC4
Complementary color
Monochromatic Colors of #D41AC4
Black with #D41AC4
Text Example
Text Example
White with #D41AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AC4; }
p { color: rgb(212,26,196); }
H1.HeaderClassName
{
color: #D41AC4;
}
.AnyTagClassName
{
color: #D41AC4;
}
</style>
background-color css
<style>
a { background-color: #D41AC4; }
a { background-color: rgb(212,26,196); }
div.DivClassName
{
background-color: #D41AC4;
}
.BgClassName
{
background-color: #D41AC4;
}
</style>
border-color css
<style>
span { border-color: #D41AC4; }
span { border-color: rgb(212,26,196); }
td.TdClassName
{
border-color: #D41AC4;
}
.TagClassName
{
border-color: #D41AC4;
}
</style>