Shades of Deep Magenta #C119D7
Tints of Deep Magenta #C119D7
RGB
CMYK
RGB Variations
Color information
#C119D7 (or 0xC119D7) is known color: Deep Magenta. HEX triplet: C1, 19 and D7. RGB value is (193,25,215). Sum of RGB (Red+Green+Blue) = 193+25+215=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #C119D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119D7 is #3EE628. Grayscale: #606060. Windows color (decimal): -4122153 or 14096833. OLE color: 14096833.
HSL color Cylindrical-coordinate representation of color #C119D7: hue angle of 293.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C119D7 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 25 | 215 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.16 |
| HSL | 293.05º | 0.79% | 0.47% | - |
| HSV(B) | 293.05º | 0.88% | 0.84% | - |
| XYZ | 34.61 | 16.94 | 65.74 | - |
| YUV | 96.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 215 | 0.10 | 0.88 | 0 | 0.16 | 293.05 | 0.79 | 0.47 |
| Hex | C1 | 19 | D7 | A | 58 | 0 | 10 | 125 | 4F | 2F |
| Octal | 301 | 31 | 327 | 12 | 130 | 0 | 20 | 445 | 117 | 57 |
| Binary | 11000001 | 11001 | 11010111 | 1010 | 1011000 | 0 | 10000 | 100100101 | 1001111 | 101111 |
Color Harmonies of #C119D7
Complementary color
Monochromatic Colors of #C119D7
Black with #C119D7
Text Example
Text Example
White with #C119D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119D7; }
p { color: rgb(193,25,215); }
H1.HeaderClassName
{
color: #C119D7;
}
.AnyTagClassName
{
color: #C119D7;
}
</style>
background-color css
<style>
a { background-color: #C119D7; }
a { background-color: rgb(193,25,215); }
div.DivClassName
{
background-color: #C119D7;
}
.BgClassName
{
background-color: #C119D7;
}
</style>
border-color css
<style>
span { border-color: #C119D7; }
span { border-color: rgb(193,25,215); }
td.TdClassName
{
border-color: #C119D7;
}
.TagClassName
{
border-color: #C119D7;
}
</style>