Shades of Deep Magenta #C119BD
Tints of Deep Magenta #C119BD
RGB
CMYK
RGB Variations
Color information
#C119BD (or 0xC119BD) is known color: Deep Magenta. HEX triplet: C1, 19 and BD. RGB value is (193,25,189). Sum of RGB (Red+Green+Blue) = 193+25+189=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BD is #3EE642. Grayscale: #5D5D5D. Windows color (decimal): -4122179 or 12392897. OLE color: 12392897.
HSL color Cylindrical-coordinate representation of color #C119BD: hue angle of 301.43º 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 #C119BD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 189 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.24 |
| HSL | 301.43º | 0.77% | 0.43% | - |
| HSV(B) | 301.43º | 0.87% | 0.76% | - |
| XYZ | 31.53 | 15.71 | 49.51 | - |
| YUV | 93.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 189 | 0 | 0.87 | 0.02 | 0.24 | 301.43 | 0.77 | 0.43 |
| Hex | C1 | 19 | BD | 0 | 57 | 2 | 18 | 12D | 4D | 2B |
| Octal | 301 | 31 | 275 | 0 | 127 | 2 | 30 | 455 | 115 | 53 |
| Binary | 11000001 | 11001 | 10111101 | 0 | 1010111 | 10 | 11000 | 100101101 | 1001101 | 101011 |
Color Harmonies of #C119BD
Complementary color
Monochromatic Colors of #C119BD
Black with #C119BD
Text Example
Text Example
White with #C119BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119BD; }
p { color: rgb(193,25,189); }
H1.HeaderClassName
{
color: #C119BD;
}
.AnyTagClassName
{
color: #C119BD;
}
</style>
background-color css
<style>
a { background-color: #C119BD; }
a { background-color: rgb(193,25,189); }
div.DivClassName
{
background-color: #C119BD;
}
.BgClassName
{
background-color: #C119BD;
}
</style>
border-color css
<style>
span { border-color: #C119BD; }
span { border-color: rgb(193,25,189); }
td.TdClassName
{
border-color: #C119BD;
}
.TagClassName
{
border-color: #C119BD;
}
</style>