Shades of Medium Violet Red #C019A2
Tints of Medium Violet Red #C019A2
RGB
CMYK
RGB Variations
Color information
#C019A2 (or 0xC019A2) is known color: Medium Violet Red. HEX triplet: C0, 19 and A2. RGB value is (192,25,162). Sum of RGB (Red+Green+Blue) = 192+25+162=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C019A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019A2 is #3FE65D. Grayscale: #5A5A5A. Windows color (decimal): -4187742 or 10623424. OLE color: 10623424.
HSL color Cylindrical-coordinate representation of color #C019A2: hue angle of 310.78º 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 #C019A2 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 162 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.25 |
| HSL | 310.78º | 0.77% | 0.43% | - |
| HSV(B) | 310.78º | 0.87% | 0.75% | - |
| XYZ | 28.61 | 14.51 | 35.48 | - |
| YUV | 90.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 162 | 0 | 0.87 | 0.16 | 0.25 | 310.78 | 0.77 | 0.43 |
| Hex | C0 | 19 | A2 | 0 | 57 | 10 | 19 | 137 | 4D | 2B |
| Octal | 300 | 31 | 242 | 0 | 127 | 20 | 31 | 467 | 115 | 53 |
| Binary | 11000000 | 11001 | 10100010 | 0 | 1010111 | 10000 | 11001 | 100110111 | 1001101 | 101011 |
Color Harmonies of #C019A2
Complementary color
Monochromatic Colors of #C019A2
Black with #C019A2
Text Example
Text Example
White with #C019A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019A2; }
p { color: rgb(192,25,162); }
H1.HeaderClassName
{
color: #C019A2;
}
.AnyTagClassName
{
color: #C019A2;
}
</style>
background-color css
<style>
a { background-color: #C019A2; }
a { background-color: rgb(192,25,162); }
div.DivClassName
{
background-color: #C019A2;
}
.BgClassName
{
background-color: #C019A2;
}
</style>
border-color css
<style>
span { border-color: #C019A2; }
span { border-color: rgb(192,25,162); }
td.TdClassName
{
border-color: #C019A2;
}
.TagClassName
{
border-color: #C019A2;
}
</style>