Shades of Deep Magenta #C119C3
Tints of Deep Magenta #C119C3
RGB
CMYK
RGB Variations
Color information
#C119C3 (or 0xC119C3) is known color: Deep Magenta. HEX triplet: C1, 19 and C3. RGB value is (193,25,195). Sum of RGB (Red+Green+Blue) = 193+25+195=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #C119C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119C3 is #3EE63C. Grayscale: #5E5E5E. Windows color (decimal): -4122173 or 12786113. OLE color: 12786113.
HSL color Cylindrical-coordinate representation of color #C119C3: hue angle of 299.29º 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 #C119C3 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 195 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.24 |
| HSL | 299.29º | 0.77% | 0.43% | - |
| HSV(B) | 299.29º | 0.87% | 0.76% | - |
| XYZ | 32.19 | 15.97 | 53.02 | - |
| YUV | 94.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 195 | 0.01 | 0.87 | 0 | 0.24 | 299.29 | 0.77 | 0.43 |
| Hex | C1 | 19 | C3 | 1 | 57 | 0 | 18 | 12B | 4D | 2B |
| Octal | 301 | 31 | 303 | 1 | 127 | 0 | 30 | 453 | 115 | 53 |
| Binary | 11000001 | 11001 | 11000011 | 1 | 1010111 | 0 | 11000 | 100101011 | 1001101 | 101011 |
Color Harmonies of #C119C3
Complementary color
Monochromatic Colors of #C119C3
Black with #C119C3
Text Example
Text Example
White with #C119C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119C3; }
p { color: rgb(193,25,195); }
H1.HeaderClassName
{
color: #C119C3;
}
.AnyTagClassName
{
color: #C119C3;
}
</style>
background-color css
<style>
a { background-color: #C119C3; }
a { background-color: rgb(193,25,195); }
div.DivClassName
{
background-color: #C119C3;
}
.BgClassName
{
background-color: #C119C3;
}
</style>
border-color css
<style>
span { border-color: #C119C3; }
span { border-color: rgb(193,25,195); }
td.TdClassName
{
border-color: #C119C3;
}
.TagClassName
{
border-color: #C119C3;
}
</style>