Shades of Deep Magenta #C50AC1
Tints of Deep Magenta #C50AC1
RGB
CMYK
RGB Variations
Color information
#C50AC1 (or 0xC50AC1) is known color: Deep Magenta. HEX triplet: C5, 0A and C1. RGB value is (197,10,193). Sum of RGB (Red+Green+Blue) = 197+10+193=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AC1 is #3AF53E. Grayscale: #565656. Windows color (decimal): -3863871 or 12651205. OLE color: 12651205.
HSL color Cylindrical-coordinate representation of color #C50AC1: hue angle of 301.28º 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 #C50AC1 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 193 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.23 |
| HSL | 301.28º | 0.9% | 0.41% | - |
| HSV(B) | 301.28º | 0.95% | 0.77% | - |
| XYZ | 32.76 | 15.94 | 51.8 | - |
| YUV | 86.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 193 | 0 | 0.95 | 0.02 | 0.23 | 301.28 | 0.9 | 0.41 |
| Hex | C5 | A | C1 | 0 | 5F | 2 | 17 | 12D | 5A | 29 |
| Octal | 305 | 12 | 301 | 0 | 137 | 2 | 27 | 455 | 132 | 51 |
| Binary | 11000101 | 1010 | 11000001 | 0 | 1011111 | 10 | 10111 | 100101101 | 1011010 | 101001 |
Color Harmonies of #C50AC1
Complementary color
Monochromatic Colors of #C50AC1
Black with #C50AC1
Text Example
Text Example
White with #C50AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AC1; }
p { color: rgb(197,10,193); }
H1.HeaderClassName
{
color: #C50AC1;
}
.AnyTagClassName
{
color: #C50AC1;
}
</style>
background-color css
<style>
a { background-color: #C50AC1; }
a { background-color: rgb(197,10,193); }
div.DivClassName
{
background-color: #C50AC1;
}
.BgClassName
{
background-color: #C50AC1;
}
</style>
border-color css
<style>
span { border-color: #C50AC1; }
span { border-color: rgb(197,10,193); }
td.TdClassName
{
border-color: #C50AC1;
}
.TagClassName
{
border-color: #C50AC1;
}
</style>