Shades of Deep Magenta #C119B7
Tints of Deep Magenta #C119B7
RGB
CMYK
RGB Variations
Color information
#C119B7 (or 0xC119B7) is known color: Deep Magenta. HEX triplet: C1, 19 and B7. RGB value is (193,25,183). Sum of RGB (Red+Green+Blue) = 193+25+183=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C119B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119B7 is #3EE648. Grayscale: #5C5C5C. Windows color (decimal): -4122185 or 11999681. OLE color: 11999681.
HSL color Cylindrical-coordinate representation of color #C119B7: hue angle of 303.57º 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 #C119B7 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 183 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.24 |
| HSL | 303.57º | 0.77% | 0.43% | - |
| HSV(B) | 303.57º | 0.87% | 0.76% | - |
| XYZ | 30.89 | 15.45 | 46.15 | - |
| YUV | 93.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 183 | 0 | 0.87 | 0.05 | 0.24 | 303.57 | 0.77 | 0.43 |
| Hex | C1 | 19 | B7 | 0 | 57 | 5 | 18 | 130 | 4D | 2B |
| Octal | 301 | 31 | 267 | 0 | 127 | 5 | 30 | 460 | 115 | 53 |
| Binary | 11000001 | 11001 | 10110111 | 0 | 1010111 | 101 | 11000 | 100110000 | 1001101 | 101011 |
Color Harmonies of #C119B7
Complementary color
Monochromatic Colors of #C119B7
Black with #C119B7
Text Example
Text Example
White with #C119B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119B7; }
p { color: rgb(193,25,183); }
H1.HeaderClassName
{
color: #C119B7;
}
.AnyTagClassName
{
color: #C119B7;
}
</style>
background-color css
<style>
a { background-color: #C119B7; }
a { background-color: rgb(193,25,183); }
div.DivClassName
{
background-color: #C119B7;
}
.BgClassName
{
background-color: #C119B7;
}
</style>
border-color css
<style>
span { border-color: #C119B7; }
span { border-color: rgb(193,25,183); }
td.TdClassName
{
border-color: #C119B7;
}
.TagClassName
{
border-color: #C119B7;
}
</style>