Shades of Deep Magenta #C119C7
Tints of Deep Magenta #C119C7
RGB
CMYK
RGB Variations
Color information
#C119C7 (or 0xC119C7) is known color: Deep Magenta. HEX triplet: C1, 19 and C7. RGB value is (193,25,199). Sum of RGB (Red+Green+Blue) = 193+25+199=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #C119C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119C7 is #3EE638. Grayscale: #5E5E5E. Windows color (decimal): -4122169 or 13048257. OLE color: 13048257.
HSL color Cylindrical-coordinate representation of color #C119C7: hue angle of 297.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C119C7 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 25 | 199 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.22 |
| HSL | 297.93º | 0.78% | 0.44% | - |
| HSV(B) | 297.93º | 0.87% | 0.78% | - |
| XYZ | 32.65 | 16.16 | 55.43 | - |
| YUV | 95.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 199 | 0.03 | 0.87 | 0 | 0.22 | 297.93 | 0.78 | 0.44 |
| Hex | C1 | 19 | C7 | 3 | 57 | 0 | 16 | 12A | 4E | 2C |
| Octal | 301 | 31 | 307 | 3 | 127 | 0 | 26 | 452 | 116 | 54 |
| Binary | 11000001 | 11001 | 11000111 | 11 | 1010111 | 0 | 10110 | 100101010 | 1001110 | 101100 |
Color Harmonies of #C119C7
Complementary color
Monochromatic Colors of #C119C7
Black with #C119C7
Text Example
Text Example
White with #C119C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119C7; }
p { color: rgb(193,25,199); }
H1.HeaderClassName
{
color: #C119C7;
}
.AnyTagClassName
{
color: #C119C7;
}
</style>
background-color css
<style>
a { background-color: #C119C7; }
a { background-color: rgb(193,25,199); }
div.DivClassName
{
background-color: #C119C7;
}
.BgClassName
{
background-color: #C119C7;
}
</style>
border-color css
<style>
span { border-color: #C119C7; }
span { border-color: rgb(193,25,199); }
td.TdClassName
{
border-color: #C119C7;
}
.TagClassName
{
border-color: #C119C7;
}
</style>