Shades of Medium Violet Red #C01AA0
Tints of Medium Violet Red #C01AA0
RGB
CMYK
RGB Variations
Color information
#C01AA0 (or 0xC01AA0) is known color: Medium Violet Red. HEX triplet: C0, 1A and A0. RGB value is (192,26,160). Sum of RGB (Red+Green+Blue) = 192+26+160=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA0 is #3FE55F. Grayscale: #5A5A5A. Windows color (decimal): -4187488 or 10492608. OLE color: 10492608.
HSL color Cylindrical-coordinate representation of color #C01AA0: hue angle of 311.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01AA0 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 160 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.25 |
| HSL | 311.57º | 0.76% | 0.43% | - |
| HSV(B) | 311.57º | 0.86% | 0.75% | - |
| XYZ | 28.45 | 14.48 | 34.55 | - |
| YUV | 90.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 160 | 0 | 0.86 | 0.17 | 0.25 | 311.57 | 0.76 | 0.43 |
| Hex | C0 | 1A | A0 | 0 | 56 | 11 | 19 | 138 | 4C | 2B |
| Octal | 300 | 32 | 240 | 0 | 126 | 21 | 31 | 470 | 114 | 53 |
| Binary | 11000000 | 11010 | 10100000 | 0 | 1010110 | 10001 | 11001 | 100111000 | 1001100 | 101011 |
Color Harmonies of #C01AA0
Complementary color
Monochromatic Colors of #C01AA0
Black with #C01AA0
Text Example
Text Example
White with #C01AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AA0; }
p { color: rgb(192,26,160); }
H1.HeaderClassName
{
color: #C01AA0;
}
.AnyTagClassName
{
color: #C01AA0;
}
</style>
background-color css
<style>
a { background-color: #C01AA0; }
a { background-color: rgb(192,26,160); }
div.DivClassName
{
background-color: #C01AA0;
}
.BgClassName
{
background-color: #C01AA0;
}
</style>
border-color css
<style>
span { border-color: #C01AA0; }
span { border-color: rgb(192,26,160); }
td.TdClassName
{
border-color: #C01AA0;
}
.TagClassName
{
border-color: #C01AA0;
}
</style>