Shades of Deep Magenta #C50FDF
Tints of Deep Magenta #C50FDF
RGB
CMYK
RGB Variations
Color information
#C50FDF (or 0xC50FDF) is known color: Deep Magenta. HEX triplet: C5, 0F and DF. RGB value is (197,15,223). Sum of RGB (Red+Green+Blue) = 197+15+223=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C50FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FDF is #3AF020. Grayscale: #5C5C5C. Windows color (decimal): -3862561 or 14618565. OLE color: 14618565.
HSL color Cylindrical-coordinate representation of color #C50FDF: hue angle of 292.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50FDF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 15 | 223 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.13 |
| HSL | 292.5º | 0.87% | 0.47% | - |
| HSV(B) | 292.5º | 0.93% | 0.87% | - |
| XYZ | 36.52 | 17.54 | 71.27 | - |
| YUV | 93.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 223 | 0.12 | 0.93 | 0 | 0.13 | 292.5 | 0.87 | 0.47 |
| Hex | C5 | F | DF | C | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 305 | 17 | 337 | 14 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000101 | 1111 | 11011111 | 1100 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C50FDF
Complementary color
Monochromatic Colors of #C50FDF
Black with #C50FDF
Text Example
Text Example
White with #C50FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FDF; }
p { color: rgb(197,15,223); }
H1.HeaderClassName
{
color: #C50FDF;
}
.AnyTagClassName
{
color: #C50FDF;
}
</style>
background-color css
<style>
a { background-color: #C50FDF; }
a { background-color: rgb(197,15,223); }
div.DivClassName
{
background-color: #C50FDF;
}
.BgClassName
{
background-color: #C50FDF;
}
</style>
border-color css
<style>
span { border-color: #C50FDF; }
span { border-color: rgb(197,15,223); }
td.TdClassName
{
border-color: #C50FDF;
}
.TagClassName
{
border-color: #C50FDF;
}
</style>