Shades of Deep Magenta #C512BA
Tints of Deep Magenta #C512BA
RGB
CMYK
RGB Variations
Color information
#C512BA (or 0xC512BA) is known color: Deep Magenta. HEX triplet: C5, 12 and BA. RGB value is (197,18,186). Sum of RGB (Red+Green+Blue) = 197+18+186=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BA is #3AED45. Grayscale: #5A5A5A. Windows color (decimal): -3861830 or 12194501. OLE color: 12194501.
HSL color Cylindrical-coordinate representation of color #C512BA: hue angle of 303.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512BA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.23 |
| HSL | 303.69º | 0.83% | 0.42% | - |
| HSV(B) | 303.69º | 0.91% | 0.77% | - |
| XYZ | 32.11 | 15.85 | 47.82 | - |
| YUV | 90.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 186 | 0 | 0.91 | 0.06 | 0.23 | 303.69 | 0.83 | 0.42 |
| Hex | C5 | 12 | BA | 0 | 5B | 6 | 17 | 130 | 53 | 2A |
| Octal | 305 | 22 | 272 | 0 | 133 | 6 | 27 | 460 | 123 | 52 |
| Binary | 11000101 | 10010 | 10111010 | 0 | 1011011 | 110 | 10111 | 100110000 | 1010011 | 101010 |
Color Harmonies of #C512BA
Complementary color
Monochromatic Colors of #C512BA
Black with #C512BA
Text Example
Text Example
White with #C512BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512BA; }
p { color: rgb(197,18,186); }
H1.HeaderClassName
{
color: #C512BA;
}
.AnyTagClassName
{
color: #C512BA;
}
</style>
background-color css
<style>
a { background-color: #C512BA; }
a { background-color: rgb(197,18,186); }
div.DivClassName
{
background-color: #C512BA;
}
.BgClassName
{
background-color: #C512BA;
}
</style>
border-color css
<style>
span { border-color: #C512BA; }
span { border-color: rgb(197,18,186); }
td.TdClassName
{
border-color: #C512BA;
}
.TagClassName
{
border-color: #C512BA;
}
</style>