Shades of Deep Magenta #C513BD
Tints of Deep Magenta #C513BD
RGB
CMYK
RGB Variations
Color information
#C513BD (or 0xC513BD) is known color: Deep Magenta. HEX triplet: C5, 13 and BD. RGB value is (197,19,189). Sum of RGB (Red+Green+Blue) = 197+19+189=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C513BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513BD is #3AEC42. Grayscale: #5B5B5B. Windows color (decimal): -3861571 or 12391365. OLE color: 12391365.
HSL color Cylindrical-coordinate representation of color #C513BD: hue angle of 302.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C513BD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.23 |
| HSL | 302.7º | 0.82% | 0.42% | - |
| HSV(B) | 302.7º | 0.9% | 0.77% | - |
| XYZ | 32.44 | 16.01 | 49.52 | - |
| YUV | 91.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 189 | 0 | 0.90 | 0.04 | 0.23 | 302.7 | 0.82 | 0.42 |
| Hex | C5 | 13 | BD | 0 | 5A | 4 | 17 | 12F | 52 | 2A |
| Octal | 305 | 23 | 275 | 0 | 132 | 4 | 27 | 457 | 122 | 52 |
| Binary | 11000101 | 10011 | 10111101 | 0 | 1011010 | 100 | 10111 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C513BD
Complementary color
Monochromatic Colors of #C513BD
Black with #C513BD
Text Example
Text Example
White with #C513BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513BD; }
p { color: rgb(197,19,189); }
H1.HeaderClassName
{
color: #C513BD;
}
.AnyTagClassName
{
color: #C513BD;
}
</style>
background-color css
<style>
a { background-color: #C513BD; }
a { background-color: rgb(197,19,189); }
div.DivClassName
{
background-color: #C513BD;
}
.BgClassName
{
background-color: #C513BD;
}
</style>
border-color css
<style>
span { border-color: #C513BD; }
span { border-color: rgb(197,19,189); }
td.TdClassName
{
border-color: #C513BD;
}
.TagClassName
{
border-color: #C513BD;
}
</style>