Shades of Deep Magenta #C50AC2
Tints of Deep Magenta #C50AC2
RGB
CMYK
RGB Variations
Color information
#C50AC2 (or 0xC50AC2) is known color: Deep Magenta. HEX triplet: C5, 0A and C2. RGB value is (197,10,194). Sum of RGB (Red+Green+Blue) = 197+10+194=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AC2 is #3AF53D. Grayscale: #565656. Windows color (decimal): -3863870 or 12716741. OLE color: 12716741.
HSL color Cylindrical-coordinate representation of color #C50AC2: hue angle of 300.96º 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 #C50AC2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 194 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.23 |
| HSL | 300.96º | 0.9% | 0.41% | - |
| HSV(B) | 300.96º | 0.95% | 0.77% | - |
| XYZ | 32.87 | 15.98 | 52.39 | - |
| YUV | 86.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 194 | 0 | 0.95 | 0.02 | 0.23 | 300.96 | 0.9 | 0.41 |
| Hex | C5 | A | C2 | 0 | 5F | 2 | 17 | 12D | 5A | 29 |
| Octal | 305 | 12 | 302 | 0 | 137 | 2 | 27 | 455 | 132 | 51 |
| Binary | 11000101 | 1010 | 11000010 | 0 | 1011111 | 10 | 10111 | 100101101 | 1011010 | 101001 |
Color Harmonies of #C50AC2
Complementary color
Monochromatic Colors of #C50AC2
Black with #C50AC2
Text Example
Text Example
White with #C50AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AC2; }
p { color: rgb(197,10,194); }
H1.HeaderClassName
{
color: #C50AC2;
}
.AnyTagClassName
{
color: #C50AC2;
}
</style>
background-color css
<style>
a { background-color: #C50AC2; }
a { background-color: rgb(197,10,194); }
div.DivClassName
{
background-color: #C50AC2;
}
.BgClassName
{
background-color: #C50AC2;
}
</style>
border-color css
<style>
span { border-color: #C50AC2; }
span { border-color: rgb(197,10,194); }
td.TdClassName
{
border-color: #C50AC2;
}
.TagClassName
{
border-color: #C50AC2;
}
</style>