Shades of Deep Magenta #C119C1
Tints of Deep Magenta #C119C1
RGB
CMYK
RGB Variations
Color information
#C119C1 (or 0xC119C1) is known color: Deep Magenta. HEX triplet: C1, 19 and C1. RGB value is (193,25,193). Sum of RGB (Red+Green+Blue) = 193+25+193=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C119C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119C1 is #3EE63E. Grayscale: #5D5D5D. Windows color (decimal): -4122175 or 12655041. OLE color: 12655041.
HSL color Cylindrical-coordinate representation of color #C119C1: hue angle of 300º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C119C1 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 193 | - |
| CMYK | 0 | 0.87 | 0 | 0.24 |
| HSL | 300º | 0.77% | 0.43% | - |
| HSV(B) | 300º | 0.87% | 0.76% | - |
| XYZ | 31.97 | 15.88 | 51.83 | - |
| YUV | 94.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 193 | 0 | 0.87 | 0 | 0.24 | 300 | 0.77 | 0.43 |
| Hex | C1 | 19 | C1 | 0 | 57 | 0 | 18 | 12C | 4D | 2B |
| Octal | 301 | 31 | 301 | 0 | 127 | 0 | 30 | 454 | 115 | 53 |
| Binary | 11000001 | 11001 | 11000001 | 0 | 1010111 | 0 | 11000 | 100101100 | 1001101 | 101011 |
Color Harmonies of #C119C1
Complementary color
Monochromatic Colors of #C119C1
Black with #C119C1
Text Example
Text Example
White with #C119C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119C1; }
p { color: rgb(193,25,193); }
H1.HeaderClassName
{
color: #C119C1;
}
.AnyTagClassName
{
color: #C119C1;
}
</style>
background-color css
<style>
a { background-color: #C119C1; }
a { background-color: rgb(193,25,193); }
div.DivClassName
{
background-color: #C119C1;
}
.BgClassName
{
background-color: #C119C1;
}
</style>
border-color css
<style>
span { border-color: #C119C1; }
span { border-color: rgb(193,25,193); }
td.TdClassName
{
border-color: #C119C1;
}
.TagClassName
{
border-color: #C119C1;
}
</style>