Shades of Deep Magenta #C51FD1
Tints of Deep Magenta #C51FD1
RGB
CMYK
RGB Variations
Color information
#C51FD1 (or 0xC51FD1) is known color: Deep Magenta. HEX triplet: C5, 1F and D1. RGB value is (197,31,209). Sum of RGB (Red+Green+Blue) = 197+31+209=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #C51FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FD1 is #3AE02E. Grayscale: #646464. Windows color (decimal): -3858479 or 13705157. OLE color: 13705157.
HSL color Cylindrical-coordinate representation of color #C51FD1: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51FD1 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 31 | 209 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.18 |
| HSL | 295.96º | 0.74% | 0.47% | - |
| HSV(B) | 295.96º | 0.85% | 0.82% | - |
| XYZ | 35.02 | 17.45 | 61.84 | - |
| YUV | 100.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 209 | 0.06 | 0.85 | 0 | 0.18 | 295.96 | 0.74 | 0.47 |
| Hex | C5 | 1F | D1 | 6 | 55 | 0 | 12 | 128 | 4A | 2F |
| Octal | 305 | 37 | 321 | 6 | 125 | 0 | 22 | 450 | 112 | 57 |
| Binary | 11000101 | 11111 | 11010001 | 110 | 1010101 | 0 | 10010 | 100101000 | 1001010 | 101111 |
Color Harmonies of #C51FD1
Complementary color
Monochromatic Colors of #C51FD1
Black with #C51FD1
Text Example
Text Example
White with #C51FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FD1; }
p { color: rgb(197,31,209); }
H1.HeaderClassName
{
color: #C51FD1;
}
.AnyTagClassName
{
color: #C51FD1;
}
</style>
background-color css
<style>
a { background-color: #C51FD1; }
a { background-color: rgb(197,31,209); }
div.DivClassName
{
background-color: #C51FD1;
}
.BgClassName
{
background-color: #C51FD1;
}
</style>
border-color css
<style>
span { border-color: #C51FD1; }
span { border-color: rgb(197,31,209); }
td.TdClassName
{
border-color: #C51FD1;
}
.TagClassName
{
border-color: #C51FD1;
}
</style>