Shades of Deep Magenta #C50ABF
Tints of Deep Magenta #C50ABF
RGB
CMYK
RGB Variations
Color information
#C50ABF (or 0xC50ABF) is known color: Deep Magenta. HEX triplet: C5, 0A and BF. RGB value is (197,10,191). Sum of RGB (Red+Green+Blue) = 197+10+191=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABF is #3AF540. Grayscale: #565656. Windows color (decimal): -3863873 or 12520133. OLE color: 12520133.
HSL color Cylindrical-coordinate representation of color #C50ABF: hue angle of 301.93º 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 #C50ABF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.23 |
| HSL | 301.93º | 0.9% | 0.41% | - |
| HSV(B) | 301.93º | 0.95% | 0.77% | - |
| XYZ | 32.54 | 15.85 | 50.63 | - |
| YUV | 86.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 191 | 0 | 0.95 | 0.03 | 0.23 | 301.93 | 0.9 | 0.41 |
| Hex | C5 | A | BF | 0 | 5F | 3 | 17 | 12E | 5A | 29 |
| Octal | 305 | 12 | 277 | 0 | 137 | 3 | 27 | 456 | 132 | 51 |
| Binary | 11000101 | 1010 | 10111111 | 0 | 1011111 | 11 | 10111 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C50ABF
Complementary color
Monochromatic Colors of #C50ABF
Black with #C50ABF
Text Example
Text Example
White with #C50ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ABF; }
p { color: rgb(197,10,191); }
H1.HeaderClassName
{
color: #C50ABF;
}
.AnyTagClassName
{
color: #C50ABF;
}
</style>
background-color css
<style>
a { background-color: #C50ABF; }
a { background-color: rgb(197,10,191); }
div.DivClassName
{
background-color: #C50ABF;
}
.BgClassName
{
background-color: #C50ABF;
}
</style>
border-color css
<style>
span { border-color: #C50ABF; }
span { border-color: rgb(197,10,191); }
td.TdClassName
{
border-color: #C50ABF;
}
.TagClassName
{
border-color: #C50ABF;
}
</style>