Shades of Deep Magenta #C513BB
Tints of Deep Magenta #C513BB
RGB
CMYK
RGB Variations
Color information
#C513BB (or 0xC513BB) is known color: Deep Magenta. HEX triplet: C5, 13 and BB. RGB value is (197,19,187). Sum of RGB (Red+Green+Blue) = 197+19+187=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C513BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513BB is #3AEC44. Grayscale: #5A5A5A. Windows color (decimal): -3861573 or 12260293. OLE color: 12260293.
HSL color Cylindrical-coordinate representation of color #C513BB: hue angle of 303.37º 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 #C513BB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 187 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.23 |
| HSL | 303.37º | 0.82% | 0.42% | - |
| HSV(B) | 303.37º | 0.9% | 0.77% | - |
| XYZ | 32.23 | 15.92 | 48.39 | - |
| YUV | 91.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 187 | 0 | 0.90 | 0.05 | 0.23 | 303.37 | 0.82 | 0.42 |
| Hex | C5 | 13 | BB | 0 | 5A | 5 | 17 | 12F | 52 | 2A |
| Octal | 305 | 23 | 273 | 0 | 132 | 5 | 27 | 457 | 122 | 52 |
| Binary | 11000101 | 10011 | 10111011 | 0 | 1011010 | 101 | 10111 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C513BB
Complementary color
Monochromatic Colors of #C513BB
Black with #C513BB
Text Example
Text Example
White with #C513BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513BB; }
p { color: rgb(197,19,187); }
H1.HeaderClassName
{
color: #C513BB;
}
.AnyTagClassName
{
color: #C513BB;
}
</style>
background-color css
<style>
a { background-color: #C513BB; }
a { background-color: rgb(197,19,187); }
div.DivClassName
{
background-color: #C513BB;
}
.BgClassName
{
background-color: #C513BB;
}
</style>
border-color css
<style>
span { border-color: #C513BB; }
span { border-color: rgb(197,19,187); }
td.TdClassName
{
border-color: #C513BB;
}
.TagClassName
{
border-color: #C513BB;
}
</style>