Shades of Deep Magenta #C51DDC
Tints of Deep Magenta #C51DDC
RGB
CMYK
RGB Variations
Color information
#C51DDC (or 0xC51DDC) is known color: Deep Magenta. HEX triplet: C5, 1D and DC. RGB value is (197,29,220). Sum of RGB (Red+Green+Blue) = 197+29+220=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C51DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DDC is #3AE223. Grayscale: #646464. Windows color (decimal): -3858980 or 14425541. OLE color: 14425541.
HSL color Cylindrical-coordinate representation of color #C51DDC: hue angle of 292.77º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51DDC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 29 | 220 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.14 |
| HSL | 292.77º | 0.77% | 0.49% | - |
| HSV(B) | 292.77º | 0.87% | 0.86% | - |
| XYZ | 36.38 | 17.92 | 69.25 | - |
| YUV | 101.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 220 | 0.10 | 0.87 | 0 | 0.14 | 292.77 | 0.77 | 0.49 |
| Hex | C5 | 1D | DC | A | 57 | 0 | E | 125 | 4D | 31 |
| Octal | 305 | 35 | 334 | 12 | 127 | 0 | 16 | 445 | 115 | 61 |
| Binary | 11000101 | 11101 | 11011100 | 1010 | 1010111 | 0 | 1110 | 100100101 | 1001101 | 110001 |
Color Harmonies of #C51DDC
Complementary color
Monochromatic Colors of #C51DDC
Black with #C51DDC
Text Example
Text Example
White with #C51DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DDC; }
p { color: rgb(197,29,220); }
H1.HeaderClassName
{
color: #C51DDC;
}
.AnyTagClassName
{
color: #C51DDC;
}
</style>
background-color css
<style>
a { background-color: #C51DDC; }
a { background-color: rgb(197,29,220); }
div.DivClassName
{
background-color: #C51DDC;
}
.BgClassName
{
background-color: #C51DDC;
}
</style>
border-color css
<style>
span { border-color: #C51DDC; }
span { border-color: rgb(197,29,220); }
td.TdClassName
{
border-color: #C51DDC;
}
.TagClassName
{
border-color: #C51DDC;
}
</style>