Shades of Deep Magenta #C119DA
Tints of Deep Magenta #C119DA
RGB
CMYK
RGB Variations
Color information
#C119DA (or 0xC119DA) is known color: Deep Magenta. HEX triplet: C1, 19 and DA. RGB value is (193,25,218). Sum of RGB (Red+Green+Blue) = 193+25+218=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #C119DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119DA is #3EE625. Grayscale: #606060. Windows color (decimal): -4122150 or 14293441. OLE color: 14293441.
HSL color Cylindrical-coordinate representation of color #C119DA: hue angle of 292.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C119DA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 25 | 218 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.15 |
| HSL | 292.23º | 0.79% | 0.48% | - |
| HSV(B) | 292.23º | 0.89% | 0.85% | - |
| XYZ | 34.99 | 17.09 | 67.78 | - |
| YUV | 97.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 218 | 0.11 | 0.89 | 0 | 0.15 | 292.23 | 0.79 | 0.48 |
| Hex | C1 | 19 | DA | B | 59 | 0 | F | 124 | 4F | 30 |
| Octal | 301 | 31 | 332 | 13 | 131 | 0 | 17 | 444 | 117 | 60 |
| Binary | 11000001 | 11001 | 11011010 | 1011 | 1011001 | 0 | 1111 | 100100100 | 1001111 | 110000 |
Color Harmonies of #C119DA
Complementary color
Monochromatic Colors of #C119DA
Black with #C119DA
Text Example
Text Example
White with #C119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119DA; }
p { color: rgb(193,25,218); }
H1.HeaderClassName
{
color: #C119DA;
}
.AnyTagClassName
{
color: #C119DA;
}
</style>
background-color css
<style>
a { background-color: #C119DA; }
a { background-color: rgb(193,25,218); }
div.DivClassName
{
background-color: #C119DA;
}
.BgClassName
{
background-color: #C119DA;
}
</style>
border-color css
<style>
span { border-color: #C119DA; }
span { border-color: rgb(193,25,218); }
td.TdClassName
{
border-color: #C119DA;
}
.TagClassName
{
border-color: #C119DA;
}
</style>