Shades of Deep Magenta #C019BC
Tints of Deep Magenta #C019BC
RGB
CMYK
RGB Variations
Color information
#C019BC (or 0xC019BC) is known color: Deep Magenta. HEX triplet: C0, 19 and BC. RGB value is (192,25,188). Sum of RGB (Red+Green+Blue) = 192+25+188=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C019BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019BC is #3FE643. Grayscale: #5D5D5D. Windows color (decimal): -4187716 or 12327360. OLE color: 12327360.
HSL color Cylindrical-coordinate representation of color #C019BC: hue angle of 301.44º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019BC is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 188 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.25 |
| HSL | 301.44º | 0.77% | 0.43% | - |
| HSV(B) | 301.44º | 0.87% | 0.75% | - |
| XYZ | 31.16 | 15.53 | 48.93 | - |
| YUV | 93.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 188 | 0 | 0.87 | 0.02 | 0.25 | 301.44 | 0.77 | 0.43 |
| Hex | C0 | 19 | BC | 0 | 57 | 2 | 19 | 12D | 4D | 2B |
| Octal | 300 | 31 | 274 | 0 | 127 | 2 | 31 | 455 | 115 | 53 |
| Binary | 11000000 | 11001 | 10111100 | 0 | 1010111 | 10 | 11001 | 100101101 | 1001101 | 101011 |
Color Harmonies of #C019BC
Complementary color
Monochromatic Colors of #C019BC
Black with #C019BC
Text Example
Text Example
White with #C019BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019BC; }
p { color: rgb(192,25,188); }
H1.HeaderClassName
{
color: #C019BC;
}
.AnyTagClassName
{
color: #C019BC;
}
</style>
background-color css
<style>
a { background-color: #C019BC; }
a { background-color: rgb(192,25,188); }
div.DivClassName
{
background-color: #C019BC;
}
.BgClassName
{
background-color: #C019BC;
}
</style>
border-color css
<style>
span { border-color: #C019BC; }
span { border-color: rgb(192,25,188); }
td.TdClassName
{
border-color: #C019BC;
}
.TagClassName
{
border-color: #C019BC;
}
</style>