Shades of Deep Magenta #C119DF
Tints of Deep Magenta #C119DF
RGB
CMYK
RGB Variations
Color information
#C119DF (or 0xC119DF) is known color: Deep Magenta. HEX triplet: C1, 19 and DF. RGB value is (193,25,223). Sum of RGB (Red+Green+Blue) = 193+25+223=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C119DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119DF is #3EE620. Grayscale: #616161. Windows color (decimal): -4122145 or 14621121. OLE color: 14621121.
HSL color Cylindrical-coordinate representation of color #C119DF: hue angle of 290.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C119DF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 25 | 223 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.13 |
| HSL | 290.91º | 0.8% | 0.49% | - |
| HSV(B) | 290.91º | 0.89% | 0.87% | - |
| XYZ | 35.66 | 17.36 | 71.28 | - |
| YUV | 97.8 | 198.66 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 223 | 0.13 | 0.89 | 0 | 0.13 | 290.91 | 0.8 | 0.49 |
| Hex | C1 | 19 | DF | D | 59 | 0 | D | 123 | 50 | 31 |
| Octal | 301 | 31 | 337 | 15 | 131 | 0 | 15 | 443 | 120 | 61 |
| Binary | 11000001 | 11001 | 11011111 | 1101 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110001 |
Color Harmonies of #C119DF
Complementary color
Monochromatic Colors of #C119DF
Black with #C119DF
Text Example
Text Example
White with #C119DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119DF; }
p { color: rgb(193,25,223); }
H1.HeaderClassName
{
color: #C119DF;
}
.AnyTagClassName
{
color: #C119DF;
}
</style>
background-color css
<style>
a { background-color: #C119DF; }
a { background-color: rgb(193,25,223); }
div.DivClassName
{
background-color: #C119DF;
}
.BgClassName
{
background-color: #C119DF;
}
</style>
border-color css
<style>
span { border-color: #C119DF; }
span { border-color: rgb(193,25,223); }
td.TdClassName
{
border-color: #C119DF;
}
.TagClassName
{
border-color: #C119DF;
}
</style>