Shades of Deep Magenta #C50FBA
Tints of Deep Magenta #C50FBA
RGB
CMYK
RGB Variations
Color information
#C50FBA (or 0xC50FBA) is known color: Deep Magenta. HEX triplet: C5, 0F and BA. RGB value is (197,15,186). Sum of RGB (Red+Green+Blue) = 197+15+186=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FBA is #3AF045. Grayscale: #585858. Windows color (decimal): -3862598 or 12193733. OLE color: 12193733.
HSL color Cylindrical-coordinate representation of color #C50FBA: hue angle of 303.63º 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 #C50FBA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 186 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.23 |
| HSL | 303.63º | 0.86% | 0.42% | - |
| HSV(B) | 303.63º | 0.92% | 0.77% | - |
| XYZ | 32.06 | 15.76 | 47.81 | - |
| YUV | 88.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 186 | 0 | 0.92 | 0.06 | 0.23 | 303.63 | 0.86 | 0.42 |
| Hex | C5 | F | BA | 0 | 5C | 6 | 17 | 130 | 56 | 2A |
| Octal | 305 | 17 | 272 | 0 | 134 | 6 | 27 | 460 | 126 | 52 |
| Binary | 11000101 | 1111 | 10111010 | 0 | 1011100 | 110 | 10111 | 100110000 | 1010110 | 101010 |
Color Harmonies of #C50FBA
Complementary color
Monochromatic Colors of #C50FBA
Black with #C50FBA
Text Example
Text Example
White with #C50FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FBA; }
p { color: rgb(197,15,186); }
H1.HeaderClassName
{
color: #C50FBA;
}
.AnyTagClassName
{
color: #C50FBA;
}
</style>
background-color css
<style>
a { background-color: #C50FBA; }
a { background-color: rgb(197,15,186); }
div.DivClassName
{
background-color: #C50FBA;
}
.BgClassName
{
background-color: #C50FBA;
}
</style>
border-color css
<style>
span { border-color: #C50FBA; }
span { border-color: rgb(197,15,186); }
td.TdClassName
{
border-color: #C50FBA;
}
.TagClassName
{
border-color: #C50FBA;
}
</style>