Shades of Dark Magenta #7C1295
Tints of Dark Magenta #7C1295
RGB
CMYK
RGB Variations
Color information
#7C1295 (or 0x7C1295) is known color: Dark Magenta. HEX triplet: 7C, 12 and 95. RGB value is (124,18,149). Sum of RGB (Red+Green+Blue) = 124+18+149=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C1295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1295 is #83ED6A. Grayscale: #404040. Windows color (decimal): -8645995 or 9769596. OLE color: 9769596.
HSL color Cylindrical-coordinate representation of color #7C1295: hue angle of 288.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1295 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 18 | 149 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.42 |
| HSL | 288.55º | 0.78% | 0.33% | - |
| HSV(B) | 288.55º | 0.88% | 0.58% | - |
| XYZ | 13.95 | 6.89 | 29.03 | - |
| YUV | 64.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 149 | 0.17 | 0.88 | 0 | 0.42 | 288.55 | 0.78 | 0.33 |
| Hex | 7C | 12 | 95 | 11 | 58 | 0 | 2A | 121 | 4E | 21 |
| Octal | 174 | 22 | 225 | 21 | 130 | 0 | 52 | 441 | 116 | 41 |
| Binary | 1111100 | 10010 | 10010101 | 10001 | 1011000 | 0 | 101010 | 100100001 | 1001110 | 100001 |
Color Harmonies of #7C1295
Complementary color
Monochromatic Colors of #7C1295
Black with #7C1295
Text Example
Text Example
White with #7C1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1295; }
p { color: rgb(124,18,149); }
H1.HeaderClassName
{
color: #7C1295;
}
.AnyTagClassName
{
color: #7C1295;
}
</style>
background-color css
<style>
a { background-color: #7C1295; }
a { background-color: rgb(124,18,149); }
div.DivClassName
{
background-color: #7C1295;
}
.BgClassName
{
background-color: #7C1295;
}
</style>
border-color css
<style>
span { border-color: #7C1295; }
span { border-color: rgb(124,18,149); }
td.TdClassName
{
border-color: #7C1295;
}
.TagClassName
{
border-color: #7C1295;
}
</style>