Shades of Deep Magenta #D61FC1
Tints of Deep Magenta #D61FC1
RGB
CMYK
RGB Variations
Color information
#D61FC1 (or 0xD61FC1) is known color: Deep Magenta. HEX triplet: D6, 1F and C1. RGB value is (214,31,193). Sum of RGB (Red+Green+Blue) = 214+31+193=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FC1 is #29E03E. Grayscale: #676767. Windows color (decimal): -2744383 or 12656598. OLE color: 12656598.
HSL color Cylindrical-coordinate representation of color #D61FC1: hue angle of 306.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.16 |
| HSL | 306.89º | 0.75% | 0.48% | - |
| HSV(B) | 306.89º | 0.86% | 0.84% | - |
| XYZ | 37.85 | 19.13 | 52.15 | - |
| YUV | 104.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 193 | 0 | 0.86 | 0.10 | 0.16 | 306.89 | 0.75 | 0.48 |
| Hex | D6 | 1F | C1 | 0 | 56 | A | 10 | 133 | 4B | 30 |
| Octal | 326 | 37 | 301 | 0 | 126 | 12 | 20 | 463 | 113 | 60 |
| Binary | 11010110 | 11111 | 11000001 | 0 | 1010110 | 1010 | 10000 | 100110011 | 1001011 | 110000 |
Color Harmonies of #D61FC1
Complementary color
Monochromatic Colors of #D61FC1
Black with #D61FC1
Text Example
Text Example
White with #D61FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FC1; }
p { color: rgb(214,31,193); }
H1.HeaderClassName
{
color: #D61FC1;
}
.AnyTagClassName
{
color: #D61FC1;
}
</style>
background-color css
<style>
a { background-color: #D61FC1; }
a { background-color: rgb(214,31,193); }
div.DivClassName
{
background-color: #D61FC1;
}
.BgClassName
{
background-color: #D61FC1;
}
</style>
border-color css
<style>
span { border-color: #D61FC1; }
span { border-color: rgb(214,31,193); }
td.TdClassName
{
border-color: #D61FC1;
}
.TagClassName
{
border-color: #D61FC1;
}
</style>