Shades of Deep Magenta #C51ED0
Tints of Deep Magenta #C51ED0
RGB
CMYK
RGB Variations
Color information
#C51ED0 (or 0xC51ED0) is known color: Deep Magenta. HEX triplet: C5, 1E and D0. RGB value is (197,30,208). Sum of RGB (Red+Green+Blue) = 197+30+208=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #C51ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ED0 is #3AE12F. Grayscale: #636363. Windows color (decimal): -3858736 or 13639365. OLE color: 13639365.
HSL color Cylindrical-coordinate representation of color #C51ED0: hue angle of 296.29º 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 #C51ED0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 30 | 208 | - |
CMYK | 0.05 | 0.86 | 0 | 0.18 |
HSL | 296.29º | 0.75% | 0.47% | - |
HSV(B) | 296.29º | 0.86% | 0.82% | - |
XYZ | 34.88 | 17.35 | 61.19 | - |
YUV | 100.23 | 188.83 | 197.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 30 | 208 | 0.05 | 0.86 | 0 | 0.18 | 296.29 | 0.75 | 0.47 |
Hex | C5 | 1E | D0 | 5 | 56 | 0 | 12 | 128 | 4B | 2F |
Octal | 305 | 36 | 320 | 5 | 126 | 0 | 22 | 450 | 113 | 57 |
Binary | 11000101 | 11110 | 11010000 | 101 | 1010110 | 0 | 10010 | 100101000 | 1001011 | 101111 |
Color Harmonies of #C51ED0
Complementary color
Monochromatic Colors of #C51ED0
Black with #C51ED0
Text Example
Text Example
White with #C51ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ED0; }
p { color: rgb(197,30,208); }
H1.HeaderClassName
{
color: #C51ED0;
}
.AnyTagClassName
{
color: #C51ED0;
}
</style>
background-color css
<style>
a { background-color: #C51ED0; }
a { background-color: rgb(197,30,208); }
div.DivClassName
{
background-color: #C51ED0;
}
.BgClassName
{
background-color: #C51ED0;
}
</style>
border-color css
<style>
span { border-color: #C51ED0; }
span { border-color: rgb(197,30,208); }
td.TdClassName
{
border-color: #C51ED0;
}
.TagClassName
{
border-color: #C51ED0;
}
</style>