Shades of Deep Magenta #C512C0
Tints of Deep Magenta #C512C0
RGB
CMYK
RGB Variations
Color information
#C512C0 (or 0xC512C0) is known color: Deep Magenta. HEX triplet: C5, 12 and C0. RGB value is (197,18,192). Sum of RGB (Red+Green+Blue) = 197+18+192=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C512C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512C0 is #3AED3F. Grayscale: #5A5A5A. Windows color (decimal): -3861824 or 12587717. OLE color: 12587717.
HSL color Cylindrical-coordinate representation of color #C512C0: hue angle of 301.68º 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 #C512C0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 192 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 301.68º | 0.83% | 0.42% | - |
| HSV(B) | 301.68º | 0.91% | 0.77% | - |
| XYZ | 32.76 | 16.11 | 51.25 | - |
| YUV | 91.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 192 | 0 | 0.91 | 0.03 | 0.23 | 301.68 | 0.83 | 0.42 |
| Hex | C5 | 12 | C0 | 0 | 5B | 3 | 17 | 12E | 53 | 2A |
| Octal | 305 | 22 | 300 | 0 | 133 | 3 | 27 | 456 | 123 | 52 |
| Binary | 11000101 | 10010 | 11000000 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C512C0
Complementary color
Monochromatic Colors of #C512C0
Black with #C512C0
Text Example
Text Example
White with #C512C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512C0; }
p { color: rgb(197,18,192); }
H1.HeaderClassName
{
color: #C512C0;
}
.AnyTagClassName
{
color: #C512C0;
}
</style>
background-color css
<style>
a { background-color: #C512C0; }
a { background-color: rgb(197,18,192); }
div.DivClassName
{
background-color: #C512C0;
}
.BgClassName
{
background-color: #C512C0;
}
</style>
border-color css
<style>
span { border-color: #C512C0; }
span { border-color: rgb(197,18,192); }
td.TdClassName
{
border-color: #C512C0;
}
.TagClassName
{
border-color: #C512C0;
}
</style>