Shades of Deep Magenta #C50FCD
Tints of Deep Magenta #C50FCD
RGB
CMYK
RGB Variations
Color information
#C50FCD (or 0xC50FCD) is known color: Deep Magenta. HEX triplet: C5, 0F and CD. RGB value is (197,15,205). Sum of RGB (Red+Green+Blue) = 197+15+205=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C50FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FCD is #3AF032. Grayscale: #5A5A5A. Windows color (decimal): -3862579 or 13438917. OLE color: 13438917.
HSL color Cylindrical-coordinate representation of color #C50FCD: hue angle of 297.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50FCD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 15 | 205 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.20 |
| HSL | 297.47º | 0.86% | 0.43% | - |
| HSV(B) | 297.47º | 0.93% | 0.8% | - |
| XYZ | 34.22 | 16.62 | 59.16 | - |
| YUV | 91.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 205 | 0.04 | 0.93 | 0 | 0.20 | 297.47 | 0.86 | 0.43 |
| Hex | C5 | F | CD | 4 | 5D | 0 | 14 | 129 | 56 | 2B |
| Octal | 305 | 17 | 315 | 4 | 135 | 0 | 24 | 451 | 126 | 53 |
| Binary | 11000101 | 1111 | 11001101 | 100 | 1011101 | 0 | 10100 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C50FCD
Complementary color
Monochromatic Colors of #C50FCD
Black with #C50FCD
Text Example
Text Example
White with #C50FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FCD; }
p { color: rgb(197,15,205); }
H1.HeaderClassName
{
color: #C50FCD;
}
.AnyTagClassName
{
color: #C50FCD;
}
</style>
background-color css
<style>
a { background-color: #C50FCD; }
a { background-color: rgb(197,15,205); }
div.DivClassName
{
background-color: #C50FCD;
}
.BgClassName
{
background-color: #C50FCD;
}
</style>
border-color css
<style>
span { border-color: #C50FCD; }
span { border-color: rgb(197,15,205); }
td.TdClassName
{
border-color: #C50FCD;
}
.TagClassName
{
border-color: #C50FCD;
}
</style>