Shades of Deep Magenta #C513AC
Tints of Deep Magenta #C513AC
RGB
CMYK
RGB Variations
Color information
#C513AC (or 0xC513AC) is known color: Deep Magenta. HEX triplet: C5, 13 and AC. RGB value is (197,19,172). Sum of RGB (Red+Green+Blue) = 197+19+172=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C513AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C513AC is #3AEC53. Grayscale: #595959. Windows color (decimal): -3861588 or 11277253. OLE color: 11277253.
HSL color Cylindrical-coordinate representation of color #C513AC: hue angle of 308.43º 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 #C513AC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.23 |
| HSL | 308.43º | 0.82% | 0.42% | - |
| HSV(B) | 308.43º | 0.9% | 0.77% | - |
| XYZ | 30.71 | 15.31 | 40.37 | - |
| YUV | 89.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 172 | 0 | 0.90 | 0.13 | 0.23 | 308.43 | 0.82 | 0.42 |
| Hex | C5 | 13 | AC | 0 | 5A | D | 17 | 134 | 52 | 2A |
| Octal | 305 | 23 | 254 | 0 | 132 | 15 | 27 | 464 | 122 | 52 |
| Binary | 11000101 | 10011 | 10101100 | 0 | 1011010 | 1101 | 10111 | 100110100 | 1010010 | 101010 |
Color Harmonies of #C513AC
Complementary color
Monochromatic Colors of #C513AC
Black with #C513AC
Text Example
Text Example
White with #C513AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513AC; }
p { color: rgb(197,19,172); }
H1.HeaderClassName
{
color: #C513AC;
}
.AnyTagClassName
{
color: #C513AC;
}
</style>
background-color css
<style>
a { background-color: #C513AC; }
a { background-color: rgb(197,19,172); }
div.DivClassName
{
background-color: #C513AC;
}
.BgClassName
{
background-color: #C513AC;
}
</style>
border-color css
<style>
span { border-color: #C513AC; }
span { border-color: rgb(197,19,172); }
td.TdClassName
{
border-color: #C513AC;
}
.TagClassName
{
border-color: #C513AC;
}
</style>