Shades of Deep Magenta #C512BF
Tints of Deep Magenta #C512BF
RGB
CMYK
RGB Variations
Color information
#C512BF (or 0xC512BF) is known color: Deep Magenta. HEX triplet: C5, 12 and BF. RGB value is (197,18,191). Sum of RGB (Red+Green+Blue) = 197+18+191=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BF is #3AED40. Grayscale: #5A5A5A. Windows color (decimal): -3861825 or 12522181. OLE color: 12522181.
HSL color Cylindrical-coordinate representation of color #C512BF: hue angle of 302.01º 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 #C512BF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 302.01º | 0.83% | 0.42% | - |
| HSV(B) | 302.01º | 0.91% | 0.77% | - |
| XYZ | 32.65 | 16.06 | 50.67 | - |
| YUV | 91.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 191 | 0 | 0.91 | 0.03 | 0.23 | 302.01 | 0.83 | 0.42 |
| Hex | C5 | 12 | BF | 0 | 5B | 3 | 17 | 12E | 53 | 2A |
| Octal | 305 | 22 | 277 | 0 | 133 | 3 | 27 | 456 | 123 | 52 |
| Binary | 11000101 | 10010 | 10111111 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C512BF
Complementary color
Monochromatic Colors of #C512BF
Black with #C512BF
Text Example
Text Example
White with #C512BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512BF; }
p { color: rgb(197,18,191); }
H1.HeaderClassName
{
color: #C512BF;
}
.AnyTagClassName
{
color: #C512BF;
}
</style>
background-color css
<style>
a { background-color: #C512BF; }
a { background-color: rgb(197,18,191); }
div.DivClassName
{
background-color: #C512BF;
}
.BgClassName
{
background-color: #C512BF;
}
</style>
border-color css
<style>
span { border-color: #C512BF; }
span { border-color: rgb(197,18,191); }
td.TdClassName
{
border-color: #C512BF;
}
.TagClassName
{
border-color: #C512BF;
}
</style>