Shades of Deep Magenta #C513B6
Tints of Deep Magenta #C513B6
RGB
CMYK
RGB Variations
Color information
#C513B6 (or 0xC513B6) is known color: Deep Magenta. HEX triplet: C5, 13 and B6. RGB value is (197,19,182). Sum of RGB (Red+Green+Blue) = 197+19+182=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C513B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513B6 is #3AEC49. Grayscale: #5A5A5A. Windows color (decimal): -3861578 or 11932613. OLE color: 11932613.
HSL color Cylindrical-coordinate representation of color #C513B6: hue angle of 305.06º 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 #C513B6 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 182 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.23 |
| HSL | 305.06º | 0.82% | 0.42% | - |
| HSV(B) | 305.06º | 0.9% | 0.77% | - |
| XYZ | 31.7 | 15.71 | 45.62 | - |
| YUV | 90.8 | 179.47 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 182 | 0 | 0.90 | 0.08 | 0.23 | 305.06 | 0.82 | 0.42 |
| Hex | C5 | 13 | B6 | 0 | 5A | 8 | 17 | 131 | 52 | 2A |
| Octal | 305 | 23 | 266 | 0 | 132 | 10 | 27 | 461 | 122 | 52 |
| Binary | 11000101 | 10011 | 10110110 | 0 | 1011010 | 1000 | 10111 | 100110001 | 1010010 | 101010 |
Color Harmonies of #C513B6
Complementary color
Monochromatic Colors of #C513B6
Black with #C513B6
Text Example
Text Example
White with #C513B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513B6; }
p { color: rgb(197,19,182); }
H1.HeaderClassName
{
color: #C513B6;
}
.AnyTagClassName
{
color: #C513B6;
}
</style>
background-color css
<style>
a { background-color: #C513B6; }
a { background-color: rgb(197,19,182); }
div.DivClassName
{
background-color: #C513B6;
}
.BgClassName
{
background-color: #C513B6;
}
</style>
border-color css
<style>
span { border-color: #C513B6; }
span { border-color: rgb(197,19,182); }
td.TdClassName
{
border-color: #C513B6;
}
.TagClassName
{
border-color: #C513B6;
}
</style>