Shades of Medium Violet Red #C018A0
Tints of Medium Violet Red #C018A0
RGB
CMYK
RGB Variations
Color information
#C018A0 (or 0xC018A0) is known color: Medium Violet Red. HEX triplet: C0, 18 and A0. RGB value is (192,24,160). Sum of RGB (Red+Green+Blue) = 192+24+160=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A0 is #3FE75F. Grayscale: #595959. Windows color (decimal): -4188000 or 10492096. OLE color: 10492096.
HSL color Cylindrical-coordinate representation of color #C018A0: hue angle of 311.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018A0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 160 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.25 |
| HSL | 311.43º | 0.78% | 0.42% | - |
| HSV(B) | 311.43º | 0.88% | 0.75% | - |
| XYZ | 28.41 | 14.4 | 34.54 | - |
| YUV | 89.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 160 | 0 | 0.88 | 0.17 | 0.25 | 311.43 | 0.78 | 0.42 |
| Hex | C0 | 18 | A0 | 0 | 58 | 11 | 19 | 137 | 4E | 2A |
| Octal | 300 | 30 | 240 | 0 | 130 | 21 | 31 | 467 | 116 | 52 |
| Binary | 11000000 | 11000 | 10100000 | 0 | 1011000 | 10001 | 11001 | 100110111 | 1001110 | 101010 |
Color Harmonies of #C018A0
Complementary color
Monochromatic Colors of #C018A0
Black with #C018A0
Text Example
Text Example
White with #C018A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018A0; }
p { color: rgb(192,24,160); }
H1.HeaderClassName
{
color: #C018A0;
}
.AnyTagClassName
{
color: #C018A0;
}
</style>
background-color css
<style>
a { background-color: #C018A0; }
a { background-color: rgb(192,24,160); }
div.DivClassName
{
background-color: #C018A0;
}
.BgClassName
{
background-color: #C018A0;
}
</style>
border-color css
<style>
span { border-color: #C018A0; }
span { border-color: rgb(192,24,160); }
td.TdClassName
{
border-color: #C018A0;
}
.TagClassName
{
border-color: #C018A0;
}
</style>