Shades of Deep Magenta #C116DF
Tints of Deep Magenta #C116DF
RGB
CMYK
RGB Variations
Color information
#C116DF (or 0xC116DF) is known color: Deep Magenta. HEX triplet: C1, 16 and DF. RGB value is (193,22,223). Sum of RGB (Red+Green+Blue) = 193+22+223=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C116DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116DF is #3EE920. Grayscale: #5F5F5F. Windows color (decimal): -4122913 or 14620353. OLE color: 14620353.
HSL color Cylindrical-coordinate representation of color #C116DF: hue angle of 291.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C116DF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 22 | 223 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.13 |
| HSL | 291.04º | 0.82% | 0.48% | - |
| HSV(B) | 291.04º | 0.9% | 0.87% | - |
| XYZ | 35.6 | 17.24 | 71.26 | - |
| YUV | 96.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 223 | 0.13 | 0.90 | 0 | 0.13 | 291.04 | 0.82 | 0.48 |
| Hex | C1 | 16 | DF | D | 5A | 0 | D | 123 | 52 | 30 |
| Octal | 301 | 26 | 337 | 15 | 132 | 0 | 15 | 443 | 122 | 60 |
| Binary | 11000001 | 10110 | 11011111 | 1101 | 1011010 | 0 | 1101 | 100100011 | 1010010 | 110000 |
Color Harmonies of #C116DF
Complementary color
Monochromatic Colors of #C116DF
Black with #C116DF
Text Example
Text Example
White with #C116DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116DF; }
p { color: rgb(193,22,223); }
H1.HeaderClassName
{
color: #C116DF;
}
.AnyTagClassName
{
color: #C116DF;
}
</style>
background-color css
<style>
a { background-color: #C116DF; }
a { background-color: rgb(193,22,223); }
div.DivClassName
{
background-color: #C116DF;
}
.BgClassName
{
background-color: #C116DF;
}
</style>
border-color css
<style>
span { border-color: #C116DF; }
span { border-color: rgb(193,22,223); }
td.TdClassName
{
border-color: #C116DF;
}
.TagClassName
{
border-color: #C116DF;
}
</style>