Shades of Deep Magenta #C513B2
Tints of Deep Magenta #C513B2
RGB
CMYK
RGB Variations
Color information
#C513B2 (or 0xC513B2) is known color: Deep Magenta. HEX triplet: C5, 13 and B2. RGB value is (197,19,178). Sum of RGB (Red+Green+Blue) = 197+19+178=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C513B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C513B2 is #3AEC4D. Grayscale: #595959. Windows color (decimal): -3861582 or 11670469. OLE color: 11670469.
HSL color Cylindrical-coordinate representation of color #C513B2: hue angle of 306.4º 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 #C513B2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.23 |
| HSL | 306.4º | 0.82% | 0.42% | - |
| HSV(B) | 306.4º | 0.9% | 0.77% | - |
| XYZ | 31.29 | 15.55 | 43.47 | - |
| YUV | 90.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 178 | 0 | 0.90 | 0.10 | 0.23 | 306.4 | 0.82 | 0.42 |
| Hex | C5 | 13 | B2 | 0 | 5A | A | 17 | 132 | 52 | 2A |
| Octal | 305 | 23 | 262 | 0 | 132 | 12 | 27 | 462 | 122 | 52 |
| Binary | 11000101 | 10011 | 10110010 | 0 | 1011010 | 1010 | 10111 | 100110010 | 1010010 | 101010 |
Color Harmonies of #C513B2
Complementary color
Monochromatic Colors of #C513B2
Black with #C513B2
Text Example
Text Example
White with #C513B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513B2; }
p { color: rgb(197,19,178); }
H1.HeaderClassName
{
color: #C513B2;
}
.AnyTagClassName
{
color: #C513B2;
}
</style>
background-color css
<style>
a { background-color: #C513B2; }
a { background-color: rgb(197,19,178); }
div.DivClassName
{
background-color: #C513B2;
}
.BgClassName
{
background-color: #C513B2;
}
</style>
border-color css
<style>
span { border-color: #C513B2; }
span { border-color: rgb(197,19,178); }
td.TdClassName
{
border-color: #C513B2;
}
.TagClassName
{
border-color: #C513B2;
}
</style>