Shades of Deep Magenta #C50FCF
Tints of Deep Magenta #C50FCF
RGB
CMYK
RGB Variations
Color information
#C50FCF (or 0xC50FCF) is known color: Deep Magenta. HEX triplet: C5, 0F and CF. RGB value is (197,15,207). Sum of RGB (Red+Green+Blue) = 197+15+207=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C50FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FCF is #3AF030. Grayscale: #5A5A5A. Windows color (decimal): -3862577 or 13569989. OLE color: 13569989.
HSL color Cylindrical-coordinate representation of color #C50FCF: hue angle of 296.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50FCF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 15 | 207 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.19 |
| HSL | 296.88º | 0.86% | 0.44% | - |
| HSV(B) | 296.88º | 0.93% | 0.81% | - |
| XYZ | 34.46 | 16.72 | 60.44 | - |
| YUV | 91.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 207 | 0.05 | 0.93 | 0 | 0.19 | 296.88 | 0.86 | 0.44 |
| Hex | C5 | F | CF | 5 | 5D | 0 | 13 | 129 | 56 | 2C |
| Octal | 305 | 17 | 317 | 5 | 135 | 0 | 23 | 451 | 126 | 54 |
| Binary | 11000101 | 1111 | 11001111 | 101 | 1011101 | 0 | 10011 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C50FCF
Complementary color
Monochromatic Colors of #C50FCF
Black with #C50FCF
Text Example
Text Example
White with #C50FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FCF; }
p { color: rgb(197,15,207); }
H1.HeaderClassName
{
color: #C50FCF;
}
.AnyTagClassName
{
color: #C50FCF;
}
</style>
background-color css
<style>
a { background-color: #C50FCF; }
a { background-color: rgb(197,15,207); }
div.DivClassName
{
background-color: #C50FCF;
}
.BgClassName
{
background-color: #C50FCF;
}
</style>
border-color css
<style>
span { border-color: #C50FCF; }
span { border-color: rgb(197,15,207); }
td.TdClassName
{
border-color: #C50FCF;
}
.TagClassName
{
border-color: #C50FCF;
}
</style>