Shades of Deep Magenta #C513BC
Tints of Deep Magenta #C513BC
RGB
CMYK
RGB Variations
Color information
#C513BC (or 0xC513BC) is known color: Deep Magenta. HEX triplet: C5, 13 and BC. RGB value is (197,19,188). Sum of RGB (Red+Green+Blue) = 197+19+188=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C513BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513BC is #3AEC43. Grayscale: #5A5A5A. Windows color (decimal): -3861572 or 12325829. OLE color: 12325829.
HSL color Cylindrical-coordinate representation of color #C513BC: hue angle of 303.03º 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 #C513BC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.23 |
| HSL | 303.03º | 0.82% | 0.42% | - |
| HSV(B) | 303.03º | 0.9% | 0.77% | - |
| XYZ | 32.34 | 15.97 | 48.95 | - |
| YUV | 91.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 188 | 0 | 0.90 | 0.05 | 0.23 | 303.03 | 0.82 | 0.42 |
| Hex | C5 | 13 | BC | 0 | 5A | 5 | 17 | 12F | 52 | 2A |
| Octal | 305 | 23 | 274 | 0 | 132 | 5 | 27 | 457 | 122 | 52 |
| Binary | 11000101 | 10011 | 10111100 | 0 | 1011010 | 101 | 10111 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C513BC
Complementary color
Monochromatic Colors of #C513BC
Black with #C513BC
Text Example
Text Example
White with #C513BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513BC; }
p { color: rgb(197,19,188); }
H1.HeaderClassName
{
color: #C513BC;
}
.AnyTagClassName
{
color: #C513BC;
}
</style>
background-color css
<style>
a { background-color: #C513BC; }
a { background-color: rgb(197,19,188); }
div.DivClassName
{
background-color: #C513BC;
}
.BgClassName
{
background-color: #C513BC;
}
</style>
border-color css
<style>
span { border-color: #C513BC; }
span { border-color: rgb(197,19,188); }
td.TdClassName
{
border-color: #C513BC;
}
.TagClassName
{
border-color: #C513BC;
}
</style>