Shades of Deep Magenta #C50AC0
Tints of Deep Magenta #C50AC0
RGB
CMYK
RGB Variations
Color information
#C50AC0 (or 0xC50AC0) is known color: Deep Magenta. HEX triplet: C5, 0A and C0. RGB value is (197,10,192). Sum of RGB (Red+Green+Blue) = 197+10+192=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AC0 is #3AF53F. Grayscale: #565656. Windows color (decimal): -3863872 or 12585669. OLE color: 12585669.
HSL color Cylindrical-coordinate representation of color #C50AC0: hue angle of 301.6º 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 #C50AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 192 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.23 |
| HSL | 301.6º | 0.9% | 0.41% | - |
| HSV(B) | 301.6º | 0.95% | 0.77% | - |
| XYZ | 32.65 | 15.89 | 51.22 | - |
| YUV | 86.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 192 | 0 | 0.95 | 0.03 | 0.23 | 301.6 | 0.9 | 0.41 |
| Hex | C5 | A | C0 | 0 | 5F | 3 | 17 | 12E | 5A | 29 |
| Octal | 305 | 12 | 300 | 0 | 137 | 3 | 27 | 456 | 132 | 51 |
| Binary | 11000101 | 1010 | 11000000 | 0 | 1011111 | 11 | 10111 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C50AC0
Complementary color
Monochromatic Colors of #C50AC0
Black with #C50AC0
Text Example
Text Example
White with #C50AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AC0; }
p { color: rgb(197,10,192); }
H1.HeaderClassName
{
color: #C50AC0;
}
.AnyTagClassName
{
color: #C50AC0;
}
</style>
background-color css
<style>
a { background-color: #C50AC0; }
a { background-color: rgb(197,10,192); }
div.DivClassName
{
background-color: #C50AC0;
}
.BgClassName
{
background-color: #C50AC0;
}
</style>
border-color css
<style>
span { border-color: #C50AC0; }
span { border-color: rgb(197,10,192); }
td.TdClassName
{
border-color: #C50AC0;
}
.TagClassName
{
border-color: #C50AC0;
}
</style>