Shades of Deep Magenta #C11FDF
Tints of Deep Magenta #C11FDF
RGB
CMYK
RGB Variations
Color information
#C11FDF (or 0xC11FDF) is known color: Deep Magenta. HEX triplet: C1, 1F and DF. RGB value is (193,31,223). Sum of RGB (Red+Green+Blue) = 193+31+223=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C11FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FDF is #3EE020. Grayscale: #646464. Windows color (decimal): -4120609 or 14622657. OLE color: 14622657.
HSL color Cylindrical-coordinate representation of color #C11FDF: hue angle of 290.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11FDF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 31 | 223 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.13 |
| HSL | 290.63º | 0.76% | 0.5% | - |
| HSV(B) | 290.63º | 0.86% | 0.87% | - |
| XYZ | 35.8 | 17.65 | 71.33 | - |
| YUV | 101.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 223 | 0.13 | 0.86 | 0 | 0.13 | 290.63 | 0.76 | 0.5 |
| Hex | C1 | 1F | DF | D | 56 | 0 | D | 123 | 4C | 32 |
| Octal | 301 | 37 | 337 | 15 | 126 | 0 | 15 | 443 | 114 | 62 |
| Binary | 11000001 | 11111 | 11011111 | 1101 | 1010110 | 0 | 1101 | 100100011 | 1001100 | 110010 |
Color Harmonies of #C11FDF
Complementary color
Monochromatic Colors of #C11FDF
Black with #C11FDF
Text Example
Text Example
White with #C11FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FDF; }
p { color: rgb(193,31,223); }
H1.HeaderClassName
{
color: #C11FDF;
}
.AnyTagClassName
{
color: #C11FDF;
}
</style>
background-color css
<style>
a { background-color: #C11FDF; }
a { background-color: rgb(193,31,223); }
div.DivClassName
{
background-color: #C11FDF;
}
.BgClassName
{
background-color: #C11FDF;
}
</style>
border-color css
<style>
span { border-color: #C11FDF; }
span { border-color: rgb(193,31,223); }
td.TdClassName
{
border-color: #C11FDF;
}
.TagClassName
{
border-color: #C11FDF;
}
</style>