Shades of Deep Magenta #C50FB4
Tints of Deep Magenta #C50FB4
RGB
CMYK
RGB Variations
Color information
#C50FB4 (or 0xC50FB4) is known color: Deep Magenta. HEX triplet: C5, 0F and B4. RGB value is (197,15,180). Sum of RGB (Red+Green+Blue) = 197+15+180=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FB4 is #3AF04B. Grayscale: #575757. Windows color (decimal): -3862604 or 11800517. OLE color: 11800517.
HSL color Cylindrical-coordinate representation of color #C50FB4: hue angle of 305.6º 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 #C50FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.23 |
| HSL | 305.6º | 0.86% | 0.42% | - |
| HSV(B) | 305.6º | 0.92% | 0.77% | - |
| XYZ | 31.44 | 15.51 | 44.52 | - |
| YUV | 88.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 180 | 0 | 0.92 | 0.09 | 0.23 | 305.6 | 0.86 | 0.42 |
| Hex | C5 | F | B4 | 0 | 5C | 9 | 17 | 132 | 56 | 2A |
| Octal | 305 | 17 | 264 | 0 | 134 | 11 | 27 | 462 | 126 | 52 |
| Binary | 11000101 | 1111 | 10110100 | 0 | 1011100 | 1001 | 10111 | 100110010 | 1010110 | 101010 |
Color Harmonies of #C50FB4
Complementary color
Monochromatic Colors of #C50FB4
Black with #C50FB4
Text Example
Text Example
White with #C50FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FB4; }
p { color: rgb(197,15,180); }
H1.HeaderClassName
{
color: #C50FB4;
}
.AnyTagClassName
{
color: #C50FB4;
}
</style>
background-color css
<style>
a { background-color: #C50FB4; }
a { background-color: rgb(197,15,180); }
div.DivClassName
{
background-color: #C50FB4;
}
.BgClassName
{
background-color: #C50FB4;
}
</style>
border-color css
<style>
span { border-color: #C50FB4; }
span { border-color: rgb(197,15,180); }
td.TdClassName
{
border-color: #C50FB4;
}
.TagClassName
{
border-color: #C50FB4;
}
</style>