Shades of Deep Magenta #C51ED1
Tints of Deep Magenta #C51ED1
RGB
CMYK
RGB Variations
Color information
#C51ED1 (or 0xC51ED1) is known color: Deep Magenta. HEX triplet: C5, 1E and D1. RGB value is (197,30,209). Sum of RGB (Red+Green+Blue) = 197+30+209=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #C51ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ED1 is #3AE12E. Grayscale: #636363. Windows color (decimal): -3858735 or 13704901. OLE color: 13704901.
HSL color Cylindrical-coordinate representation of color #C51ED1: hue angle of 295.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51ED1 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 30 | 209 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.18 |
| HSL | 295.98º | 0.75% | 0.47% | - |
| HSV(B) | 295.98º | 0.86% | 0.82% | - |
| XYZ | 35 | 17.4 | 61.84 | - |
| YUV | 100.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 209 | 0.06 | 0.86 | 0 | 0.18 | 295.98 | 0.75 | 0.47 |
| Hex | C5 | 1E | D1 | 6 | 56 | 0 | 12 | 128 | 4B | 2F |
| Octal | 305 | 36 | 321 | 6 | 126 | 0 | 22 | 450 | 113 | 57 |
| Binary | 11000101 | 11110 | 11010001 | 110 | 1010110 | 0 | 10010 | 100101000 | 1001011 | 101111 |
Color Harmonies of #C51ED1
Complementary color
Monochromatic Colors of #C51ED1
Black with #C51ED1
Text Example
Text Example
White with #C51ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ED1; }
p { color: rgb(197,30,209); }
H1.HeaderClassName
{
color: #C51ED1;
}
.AnyTagClassName
{
color: #C51ED1;
}
</style>
background-color css
<style>
a { background-color: #C51ED1; }
a { background-color: rgb(197,30,209); }
div.DivClassName
{
background-color: #C51ED1;
}
.BgClassName
{
background-color: #C51ED1;
}
</style>
border-color css
<style>
span { border-color: #C51ED1; }
span { border-color: rgb(197,30,209); }
td.TdClassName
{
border-color: #C51ED1;
}
.TagClassName
{
border-color: #C51ED1;
}
</style>