Shades of Deep Magenta #C50AAC
Tints of Deep Magenta #C50AAC
RGB
CMYK
RGB Variations
Color information
#C50AAC (or 0xC50AAC) is known color: Deep Magenta. HEX triplet: C5, 0A and AC. RGB value is (197,10,172). Sum of RGB (Red+Green+Blue) = 197+10+172=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AAC is #3AF553. Grayscale: #535353. Windows color (decimal): -3863892 or 11274949. OLE color: 11274949.
HSL color Cylindrical-coordinate representation of color #C50AAC: hue angle of 308.02º 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 #C50AAC is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.23 |
| HSL | 308.02º | 0.9% | 0.41% | - |
| HSV(B) | 308.02º | 0.95% | 0.77% | - |
| XYZ | 30.58 | 15.07 | 40.33 | - |
| YUV | 84.38 | 177.45 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 172 | 0 | 0.95 | 0.13 | 0.23 | 308.02 | 0.9 | 0.41 |
| Hex | C5 | A | AC | 0 | 5F | D | 17 | 134 | 5A | 29 |
| Octal | 305 | 12 | 254 | 0 | 137 | 15 | 27 | 464 | 132 | 51 |
| Binary | 11000101 | 1010 | 10101100 | 0 | 1011111 | 1101 | 10111 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C50AAC
Complementary color
Monochromatic Colors of #C50AAC
Black with #C50AAC
Text Example
Text Example
White with #C50AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AAC; }
p { color: rgb(197,10,172); }
H1.HeaderClassName
{
color: #C50AAC;
}
.AnyTagClassName
{
color: #C50AAC;
}
</style>
background-color css
<style>
a { background-color: #C50AAC; }
a { background-color: rgb(197,10,172); }
div.DivClassName
{
background-color: #C50AAC;
}
.BgClassName
{
background-color: #C50AAC;
}
</style>
border-color css
<style>
span { border-color: #C50AAC; }
span { border-color: rgb(197,10,172); }
td.TdClassName
{
border-color: #C50AAC;
}
.TagClassName
{
border-color: #C50AAC;
}
</style>