Shades of Deep Magenta #C119BF
Tints of Deep Magenta #C119BF
RGB
CMYK
RGB Variations
Color information
#C119BF (or 0xC119BF) is known color: Deep Magenta. HEX triplet: C1, 19 and BF. RGB value is (193,25,191). Sum of RGB (Red+Green+Blue) = 193+25+191=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BF is #3EE640. Grayscale: #5D5D5D. Windows color (decimal): -4122177 or 12523969. OLE color: 12523969.
HSL color Cylindrical-coordinate representation of color #C119BF: hue angle of 300.71º 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 #C119BF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 191 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.24 |
| HSL | 300.71º | 0.77% | 0.43% | - |
| HSV(B) | 300.71º | 0.87% | 0.76% | - |
| XYZ | 31.74 | 15.79 | 50.67 | - |
| YUV | 94.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 191 | 0 | 0.87 | 0.01 | 0.24 | 300.71 | 0.77 | 0.43 |
| Hex | C1 | 19 | BF | 0 | 57 | 1 | 18 | 12D | 4D | 2B |
| Octal | 301 | 31 | 277 | 0 | 127 | 1 | 30 | 455 | 115 | 53 |
| Binary | 11000001 | 11001 | 10111111 | 0 | 1010111 | 1 | 11000 | 100101101 | 1001101 | 101011 |
Color Harmonies of #C119BF
Complementary color
Monochromatic Colors of #C119BF
Black with #C119BF
Text Example
Text Example
White with #C119BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119BF; }
p { color: rgb(193,25,191); }
H1.HeaderClassName
{
color: #C119BF;
}
.AnyTagClassName
{
color: #C119BF;
}
</style>
background-color css
<style>
a { background-color: #C119BF; }
a { background-color: rgb(193,25,191); }
div.DivClassName
{
background-color: #C119BF;
}
.BgClassName
{
background-color: #C119BF;
}
</style>
border-color css
<style>
span { border-color: #C119BF; }
span { border-color: rgb(193,25,191); }
td.TdClassName
{
border-color: #C119BF;
}
.TagClassName
{
border-color: #C119BF;
}
</style>