Shades of Deep Magenta #C50AAF
Tints of Deep Magenta #C50AAF
RGB
CMYK
RGB Variations
Color information
#C50AAF (or 0xC50AAF) is known color: Deep Magenta. HEX triplet: C5, 0A and AF. RGB value is (197,10,175). Sum of RGB (Red+Green+Blue) = 197+10+175=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AAF is #3AF550. Grayscale: #545454. Windows color (decimal): -3863889 or 11471557. OLE color: 11471557.
HSL color Cylindrical-coordinate representation of color #C50AAF: hue angle of 307.06º 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 #C50AAF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.23 |
| HSL | 307.06º | 0.9% | 0.41% | - |
| HSV(B) | 307.06º | 0.95% | 0.77% | - |
| XYZ | 30.87 | 15.18 | 41.86 | - |
| YUV | 84.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 175 | 0 | 0.95 | 0.11 | 0.23 | 307.06 | 0.9 | 0.41 |
| Hex | C5 | A | AF | 0 | 5F | B | 17 | 133 | 5A | 29 |
| Octal | 305 | 12 | 257 | 0 | 137 | 13 | 27 | 463 | 132 | 51 |
| Binary | 11000101 | 1010 | 10101111 | 0 | 1011111 | 1011 | 10111 | 100110011 | 1011010 | 101001 |
Color Harmonies of #C50AAF
Complementary color
Monochromatic Colors of #C50AAF
Black with #C50AAF
Text Example
Text Example
White with #C50AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AAF; }
p { color: rgb(197,10,175); }
H1.HeaderClassName
{
color: #C50AAF;
}
.AnyTagClassName
{
color: #C50AAF;
}
</style>
background-color css
<style>
a { background-color: #C50AAF; }
a { background-color: rgb(197,10,175); }
div.DivClassName
{
background-color: #C50AAF;
}
.BgClassName
{
background-color: #C50AAF;
}
</style>
border-color css
<style>
span { border-color: #C50AAF; }
span { border-color: rgb(197,10,175); }
td.TdClassName
{
border-color: #C50AAF;
}
.TagClassName
{
border-color: #C50AAF;
}
</style>