Shades of Medium Violet Red #C019AA
Tints of Medium Violet Red #C019AA
RGB
CMYK
RGB Variations
Color information
#C019AA (or 0xC019AA) is known color: Medium Violet Red. HEX triplet: C0, 19 and AA. RGB value is (192,25,170). Sum of RGB (Red+Green+Blue) = 192+25+170=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C019AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019AA is #3FE655. Grayscale: #5B5B5B. Windows color (decimal): -4187734 or 11147712. OLE color: 11147712.
HSL color Cylindrical-coordinate representation of color #C019AA: hue angle of 307.9º 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 #C019AA is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 170 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.25 |
| HSL | 307.9º | 0.77% | 0.43% | - |
| HSV(B) | 307.9º | 0.87% | 0.75% | - |
| XYZ | 29.34 | 14.8 | 39.34 | - |
| YUV | 91.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 170 | 0 | 0.87 | 0.11 | 0.25 | 307.9 | 0.77 | 0.43 |
| Hex | C0 | 19 | AA | 0 | 57 | B | 19 | 134 | 4D | 2B |
| Octal | 300 | 31 | 252 | 0 | 127 | 13 | 31 | 464 | 115 | 53 |
| Binary | 11000000 | 11001 | 10101010 | 0 | 1010111 | 1011 | 11001 | 100110100 | 1001101 | 101011 |
Color Harmonies of #C019AA
Complementary color
Monochromatic Colors of #C019AA
Black with #C019AA
Text Example
Text Example
White with #C019AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019AA; }
p { color: rgb(192,25,170); }
H1.HeaderClassName
{
color: #C019AA;
}
.AnyTagClassName
{
color: #C019AA;
}
</style>
background-color css
<style>
a { background-color: #C019AA; }
a { background-color: rgb(192,25,170); }
div.DivClassName
{
background-color: #C019AA;
}
.BgClassName
{
background-color: #C019AA;
}
</style>
border-color css
<style>
span { border-color: #C019AA; }
span { border-color: rgb(192,25,170); }
td.TdClassName
{
border-color: #C019AA;
}
.TagClassName
{
border-color: #C019AA;
}
</style>