Shades of Deep Magenta #C50AB9
Tints of Deep Magenta #C50AB9
RGB
CMYK
RGB Variations
Color information
#C50AB9 (or 0xC50AB9) is known color: Deep Magenta. HEX triplet: C5, 0A and B9. RGB value is (197,10,185). Sum of RGB (Red+Green+Blue) = 197+10+185=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AB9 is #3AF546. Grayscale: #555555. Windows color (decimal): -3863879 or 12126917. OLE color: 12126917.
HSL color Cylindrical-coordinate representation of color #C50AB9: hue angle of 303.85º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.23 |
| HSL | 303.85º | 0.9% | 0.41% | - |
| HSV(B) | 303.85º | 0.95% | 0.77% | - |
| XYZ | 31.89 | 15.59 | 47.23 | - |
| YUV | 85.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 185 | 0 | 0.95 | 0.06 | 0.23 | 303.85 | 0.9 | 0.41 |
| Hex | C5 | A | B9 | 0 | 5F | 6 | 17 | 130 | 5A | 29 |
| Octal | 305 | 12 | 271 | 0 | 137 | 6 | 27 | 460 | 132 | 51 |
| Binary | 11000101 | 1010 | 10111001 | 0 | 1011111 | 110 | 10111 | 100110000 | 1011010 | 101001 |
Color Harmonies of #C50AB9
Complementary color
Monochromatic Colors of #C50AB9
Black with #C50AB9
Text Example
Text Example
White with #C50AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AB9; }
p { color: rgb(197,10,185); }
H1.HeaderClassName
{
color: #C50AB9;
}
.AnyTagClassName
{
color: #C50AB9;
}
</style>
background-color css
<style>
a { background-color: #C50AB9; }
a { background-color: rgb(197,10,185); }
div.DivClassName
{
background-color: #C50AB9;
}
.BgClassName
{
background-color: #C50AB9;
}
</style>
border-color css
<style>
span { border-color: #C50AB9; }
span { border-color: rgb(197,10,185); }
td.TdClassName
{
border-color: #C50AB9;
}
.TagClassName
{
border-color: #C50AB9;
}
</style>