Shades of Deep Magenta #C51ED2
Tints of Deep Magenta #C51ED2
RGB
CMYK
RGB Variations
Color information
#C51ED2 (or 0xC51ED2) is known color: Deep Magenta. HEX triplet: C5, 1E and D2. RGB value is (197,30,210). Sum of RGB (Red+Green+Blue) = 197+30+210=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #C51ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ED2 is #3AE12D. Grayscale: #636363. Windows color (decimal): -3858734 or 13770437. OLE color: 13770437.
HSL color Cylindrical-coordinate representation of color #C51ED2: hue angle of 295.67º 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 #C51ED2 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 30 | 210 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.18 |
| HSL | 295.67º | 0.75% | 0.47% | - |
| HSV(B) | 295.67º | 0.86% | 0.82% | - |
| XYZ | 35.12 | 17.45 | 62.49 | - |
| YUV | 100.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 210 | 0.06 | 0.86 | 0 | 0.18 | 295.67 | 0.75 | 0.47 |
| Hex | C5 | 1E | D2 | 6 | 56 | 0 | 12 | 128 | 4B | 2F |
| Octal | 305 | 36 | 322 | 6 | 126 | 0 | 22 | 450 | 113 | 57 |
| Binary | 11000101 | 11110 | 11010010 | 110 | 1010110 | 0 | 10010 | 100101000 | 1001011 | 101111 |
Color Harmonies of #C51ED2
Complementary color
Monochromatic Colors of #C51ED2
Black with #C51ED2
Text Example
Text Example
White with #C51ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ED2; }
p { color: rgb(197,30,210); }
H1.HeaderClassName
{
color: #C51ED2;
}
.AnyTagClassName
{
color: #C51ED2;
}
</style>
background-color css
<style>
a { background-color: #C51ED2; }
a { background-color: rgb(197,30,210); }
div.DivClassName
{
background-color: #C51ED2;
}
.BgClassName
{
background-color: #C51ED2;
}
</style>
border-color css
<style>
span { border-color: #C51ED2; }
span { border-color: rgb(197,30,210); }
td.TdClassName
{
border-color: #C51ED2;
}
.TagClassName
{
border-color: #C51ED2;
}
</style>