Shades of Deep Magenta #C51EDC
Tints of Deep Magenta #C51EDC
RGB
CMYK
RGB Variations
Color information
#C51EDC (or 0xC51EDC) is known color: Deep Magenta. HEX triplet: C5, 1E and DC. RGB value is (197,30,220). Sum of RGB (Red+Green+Blue) = 197+30+220=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C51EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51EDC is #3AE123. Grayscale: #656565. Windows color (decimal): -3858724 or 14425797. OLE color: 14425797.
HSL color Cylindrical-coordinate representation of color #C51EDC: hue angle of 292.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51EDC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 30 | 220 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.14 |
| HSL | 292.74º | 0.76% | 0.49% | - |
| HSV(B) | 292.74º | 0.86% | 0.86% | - |
| XYZ | 36.41 | 17.97 | 69.26 | - |
| YUV | 101.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 220 | 0.10 | 0.86 | 0 | 0.14 | 292.74 | 0.76 | 0.49 |
| Hex | C5 | 1E | DC | A | 56 | 0 | E | 125 | 4C | 31 |
| Octal | 305 | 36 | 334 | 12 | 126 | 0 | 16 | 445 | 114 | 61 |
| Binary | 11000101 | 11110 | 11011100 | 1010 | 1010110 | 0 | 1110 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C51EDC
Complementary color
Monochromatic Colors of #C51EDC
Black with #C51EDC
Text Example
Text Example
White with #C51EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EDC; }
p { color: rgb(197,30,220); }
H1.HeaderClassName
{
color: #C51EDC;
}
.AnyTagClassName
{
color: #C51EDC;
}
</style>
background-color css
<style>
a { background-color: #C51EDC; }
a { background-color: rgb(197,30,220); }
div.DivClassName
{
background-color: #C51EDC;
}
.BgClassName
{
background-color: #C51EDC;
}
</style>
border-color css
<style>
span { border-color: #C51EDC; }
span { border-color: rgb(197,30,220); }
td.TdClassName
{
border-color: #C51EDC;
}
.TagClassName
{
border-color: #C51EDC;
}
</style>