Shades of Deep Magenta #C110DF
Tints of Deep Magenta #C110DF
RGB
CMYK
RGB Variations
Color information
#C110DF (or 0xC110DF) is known color: Deep Magenta. HEX triplet: C1, 10 and DF. RGB value is (193,16,223). Sum of RGB (Red+Green+Blue) = 193+16+223=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C110DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110DF is #3EEF20. Grayscale: #5B5B5B. Windows color (decimal): -4124449 or 14618817. OLE color: 14618817.
HSL color Cylindrical-coordinate representation of color #C110DF: hue angle of 291.3º 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 #C110DF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 16 | 223 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.3º | 0.87% | 0.47% | - |
| HSV(B) | 291.3º | 0.93% | 0.87% | - |
| XYZ | 35.5 | 17.04 | 71.23 | - |
| YUV | 92.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 223 | 0.13 | 0.93 | 0 | 0.13 | 291.3 | 0.87 | 0.47 |
| Hex | C1 | 10 | DF | D | 5D | 0 | D | 123 | 57 | 2F |
| Octal | 301 | 20 | 337 | 15 | 135 | 0 | 15 | 443 | 127 | 57 |
| Binary | 11000001 | 10000 | 11011111 | 1101 | 1011101 | 0 | 1101 | 100100011 | 1010111 | 101111 |
Color Harmonies of #C110DF
Complementary color
Monochromatic Colors of #C110DF
Black with #C110DF
Text Example
Text Example
White with #C110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110DF; }
p { color: rgb(193,16,223); }
H1.HeaderClassName
{
color: #C110DF;
}
.AnyTagClassName
{
color: #C110DF;
}
</style>
background-color css
<style>
a { background-color: #C110DF; }
a { background-color: rgb(193,16,223); }
div.DivClassName
{
background-color: #C110DF;
}
.BgClassName
{
background-color: #C110DF;
}
</style>
border-color css
<style>
span { border-color: #C110DF; }
span { border-color: rgb(193,16,223); }
td.TdClassName
{
border-color: #C110DF;
}
.TagClassName
{
border-color: #C110DF;
}
</style>