Shades of Deep Magenta #C513DC
Tints of Deep Magenta #C513DC
RGB
CMYK
RGB Variations
Color information
#C513DC (or 0xC513DC) is known color: Deep Magenta. HEX triplet: C5, 13 and DC. RGB value is (197,19,220). Sum of RGB (Red+Green+Blue) = 197+19+220=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #C513DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513DC is #3AEC23. Grayscale: #5E5E5E. Windows color (decimal): -3861540 or 14422981. OLE color: 14422981.
HSL color Cylindrical-coordinate representation of color #C513DC: hue angle of 293.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C513DC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 19 | 220 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.14 |
| HSL | 293.13º | 0.84% | 0.47% | - |
| HSV(B) | 293.13º | 0.91% | 0.86% | - |
| XYZ | 36.18 | 17.5 | 69.18 | - |
| YUV | 95.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 220 | 0.10 | 0.91 | 0 | 0.14 | 293.13 | 0.84 | 0.47 |
| Hex | C5 | 13 | DC | A | 5B | 0 | E | 125 | 54 | 2F |
| Octal | 305 | 23 | 334 | 12 | 133 | 0 | 16 | 445 | 124 | 57 |
| Binary | 11000101 | 10011 | 11011100 | 1010 | 1011011 | 0 | 1110 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C513DC
Complementary color
Monochromatic Colors of #C513DC
Black with #C513DC
Text Example
Text Example
White with #C513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513DC; }
p { color: rgb(197,19,220); }
H1.HeaderClassName
{
color: #C513DC;
}
.AnyTagClassName
{
color: #C513DC;
}
</style>
background-color css
<style>
a { background-color: #C513DC; }
a { background-color: rgb(197,19,220); }
div.DivClassName
{
background-color: #C513DC;
}
.BgClassName
{
background-color: #C513DC;
}
</style>
border-color css
<style>
span { border-color: #C513DC; }
span { border-color: rgb(197,19,220); }
td.TdClassName
{
border-color: #C513DC;
}
.TagClassName
{
border-color: #C513DC;
}
</style>