Shades of Deep Magenta #C50FAA
Tints of Deep Magenta #C50FAA
RGB
CMYK
RGB Variations
Color information
#C50FAA (or 0xC50FAA) is known color: Deep Magenta. HEX triplet: C5, 0F and AA. RGB value is (197,15,170). Sum of RGB (Red+Green+Blue) = 197+15+170=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FAA is #3AF055. Grayscale: #565656. Windows color (decimal): -3862614 or 11145157. OLE color: 11145157.
HSL color Cylindrical-coordinate representation of color #C50FAA: hue angle of 308.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50FAA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.23 |
| HSL | 308.9º | 0.86% | 0.42% | - |
| HSV(B) | 308.9º | 0.92% | 0.77% | - |
| XYZ | 30.45 | 15.11 | 39.34 | - |
| YUV | 87.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 170 | 0 | 0.92 | 0.14 | 0.23 | 308.9 | 0.86 | 0.42 |
| Hex | C5 | F | AA | 0 | 5C | E | 17 | 135 | 56 | 2A |
| Octal | 305 | 17 | 252 | 0 | 134 | 16 | 27 | 465 | 126 | 52 |
| Binary | 11000101 | 1111 | 10101010 | 0 | 1011100 | 1110 | 10111 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C50FAA
Complementary color
Monochromatic Colors of #C50FAA
Black with #C50FAA
Text Example
Text Example
White with #C50FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FAA; }
p { color: rgb(197,15,170); }
H1.HeaderClassName
{
color: #C50FAA;
}
.AnyTagClassName
{
color: #C50FAA;
}
</style>
background-color css
<style>
a { background-color: #C50FAA; }
a { background-color: rgb(197,15,170); }
div.DivClassName
{
background-color: #C50FAA;
}
.BgClassName
{
background-color: #C50FAA;
}
</style>
border-color css
<style>
span { border-color: #C50FAA; }
span { border-color: rgb(197,15,170); }
td.TdClassName
{
border-color: #C50FAA;
}
.TagClassName
{
border-color: #C50FAA;
}
</style>