Shades of Deep Magenta #D31FC4
Tints of Deep Magenta #D31FC4
RGB
CMYK
RGB Variations
Color information
#D31FC4 (or 0xD31FC4) is known color: Deep Magenta. HEX triplet: D3, 1F and C4. RGB value is (211,31,196). Sum of RGB (Red+Green+Blue) = 211+31+196=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D31FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FC4 is #2CE03B. Grayscale: #676767. Windows color (decimal): -2940988 or 12853203. OLE color: 12853203.
HSL color Cylindrical-coordinate representation of color #D31FC4: hue angle of 305º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31FC4 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 196 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.17 |
| HSL | 305º | 0.74% | 0.47% | - |
| HSV(B) | 305º | 0.85% | 0.83% | - |
| XYZ | 37.32 | 18.81 | 53.89 | - |
| YUV | 103.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 196 | 0 | 0.85 | 0.07 | 0.17 | 305 | 0.74 | 0.47 |
| Hex | D3 | 1F | C4 | 0 | 55 | 7 | 11 | 131 | 4A | 2F |
| Octal | 323 | 37 | 304 | 0 | 125 | 7 | 21 | 461 | 112 | 57 |
| Binary | 11010011 | 11111 | 11000100 | 0 | 1010101 | 111 | 10001 | 100110001 | 1001010 | 101111 |
Color Harmonies of #D31FC4
Complementary color
Monochromatic Colors of #D31FC4
Black with #D31FC4
Text Example
Text Example
White with #D31FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FC4; }
p { color: rgb(211,31,196); }
H1.HeaderClassName
{
color: #D31FC4;
}
.AnyTagClassName
{
color: #D31FC4;
}
</style>
background-color css
<style>
a { background-color: #D31FC4; }
a { background-color: rgb(211,31,196); }
div.DivClassName
{
background-color: #D31FC4;
}
.BgClassName
{
background-color: #D31FC4;
}
</style>
border-color css
<style>
span { border-color: #D31FC4; }
span { border-color: rgb(211,31,196); }
td.TdClassName
{
border-color: #D31FC4;
}
.TagClassName
{
border-color: #D31FC4;
}
</style>