Shades of Deep Magenta #C512BB
Tints of Deep Magenta #C512BB
RGB
CMYK
RGB Variations
Color information
#C512BB (or 0xC512BB) is known color: Deep Magenta. HEX triplet: C5, 12 and BB. RGB value is (197,18,187). Sum of RGB (Red+Green+Blue) = 197+18+187=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C512BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512BB is #3AED44. Grayscale: #5A5A5A. Windows color (decimal): -3861829 or 12260037. OLE color: 12260037.
HSL color Cylindrical-coordinate representation of color #C512BB: hue angle of 303.35º 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 #C512BB is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.23 |
| HSL | 303.35º | 0.83% | 0.42% | - |
| HSV(B) | 303.35º | 0.91% | 0.77% | - |
| XYZ | 32.21 | 15.89 | 48.38 | - |
| YUV | 90.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 187 | 0 | 0.91 | 0.05 | 0.23 | 303.35 | 0.83 | 0.42 |
| Hex | C5 | 12 | BB | 0 | 5B | 5 | 17 | 12F | 53 | 2A |
| Octal | 305 | 22 | 273 | 0 | 133 | 5 | 27 | 457 | 123 | 52 |
| Binary | 11000101 | 10010 | 10111011 | 0 | 1011011 | 101 | 10111 | 100101111 | 1010011 | 101010 |
Color Harmonies of #C512BB
Complementary color
Monochromatic Colors of #C512BB
Black with #C512BB
Text Example
Text Example
White with #C512BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512BB; }
p { color: rgb(197,18,187); }
H1.HeaderClassName
{
color: #C512BB;
}
.AnyTagClassName
{
color: #C512BB;
}
</style>
background-color css
<style>
a { background-color: #C512BB; }
a { background-color: rgb(197,18,187); }
div.DivClassName
{
background-color: #C512BB;
}
.BgClassName
{
background-color: #C512BB;
}
</style>
border-color css
<style>
span { border-color: #C512BB; }
span { border-color: rgb(197,18,187); }
td.TdClassName
{
border-color: #C512BB;
}
.TagClassName
{
border-color: #C512BB;
}
</style>