Shades of Deep Magenta #C513DB
Tints of Deep Magenta #C513DB
RGB
CMYK
RGB Variations
Color information
#C513DB (or 0xC513DB) is known color: Deep Magenta. HEX triplet: C5, 13 and DB. RGB value is (197,19,219). Sum of RGB (Red+Green+Blue) = 197+19+219=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C513DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513DB is #3AEC24. Grayscale: #5E5E5E. Windows color (decimal): -3861541 or 14357445. OLE color: 14357445.
HSL color Cylindrical-coordinate representation of color #C513DB: hue angle of 293.4º 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 #C513DB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 19 | 219 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.14 |
| HSL | 293.4º | 0.84% | 0.47% | - |
| HSV(B) | 293.4º | 0.91% | 0.86% | - |
| XYZ | 36.05 | 17.45 | 68.49 | - |
| YUV | 95.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 219 | 0.10 | 0.91 | 0 | 0.14 | 293.4 | 0.84 | 0.47 |
| Hex | C5 | 13 | DB | A | 5B | 0 | E | 125 | 54 | 2F |
| Octal | 305 | 23 | 333 | 12 | 133 | 0 | 16 | 445 | 124 | 57 |
| Binary | 11000101 | 10011 | 11011011 | 1010 | 1011011 | 0 | 1110 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C513DB
Complementary color
Monochromatic Colors of #C513DB
Black with #C513DB
Text Example
Text Example
White with #C513DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513DB; }
p { color: rgb(197,19,219); }
H1.HeaderClassName
{
color: #C513DB;
}
.AnyTagClassName
{
color: #C513DB;
}
</style>
background-color css
<style>
a { background-color: #C513DB; }
a { background-color: rgb(197,19,219); }
div.DivClassName
{
background-color: #C513DB;
}
.BgClassName
{
background-color: #C513DB;
}
</style>
border-color css
<style>
span { border-color: #C513DB; }
span { border-color: rgb(197,19,219); }
td.TdClassName
{
border-color: #C513DB;
}
.TagClassName
{
border-color: #C513DB;
}
</style>