Shades of Medium Violet Red #C011A5
Tints of Medium Violet Red #C011A5
RGB
CMYK
RGB Variations
Color information
#C011A5 (or 0xC011A5) is known color: Medium Violet Red. HEX triplet: C0, 11 and A5. RGB value is (192,17,165). Sum of RGB (Red+Green+Blue) = 192+17+165=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C011A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011A5 is #3FEE5A. Grayscale: #555555. Windows color (decimal): -4189787 or 10817984. OLE color: 10817984.
HSL color Cylindrical-coordinate representation of color #C011A5: hue angle of 309.26º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011A5 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 165 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.25 |
| HSL | 309.26º | 0.84% | 0.41% | - |
| HSV(B) | 309.26º | 0.91% | 0.75% | - |
| XYZ | 28.73 | 14.32 | 36.85 | - |
| YUV | 86.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 165 | 0 | 0.91 | 0.14 | 0.25 | 309.26 | 0.84 | 0.41 |
| Hex | C0 | 11 | A5 | 0 | 5B | E | 19 | 135 | 54 | 29 |
| Octal | 300 | 21 | 245 | 0 | 133 | 16 | 31 | 465 | 124 | 51 |
| Binary | 11000000 | 10001 | 10100101 | 0 | 1011011 | 1110 | 11001 | 100110101 | 1010100 | 101001 |
Color Harmonies of #C011A5
Complementary color
Monochromatic Colors of #C011A5
Black with #C011A5
Text Example
Text Example
White with #C011A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011A5; }
p { color: rgb(192,17,165); }
H1.HeaderClassName
{
color: #C011A5;
}
.AnyTagClassName
{
color: #C011A5;
}
</style>
background-color css
<style>
a { background-color: #C011A5; }
a { background-color: rgb(192,17,165); }
div.DivClassName
{
background-color: #C011A5;
}
.BgClassName
{
background-color: #C011A5;
}
</style>
border-color css
<style>
span { border-color: #C011A5; }
span { border-color: rgb(192,17,165); }
td.TdClassName
{
border-color: #C011A5;
}
.TagClassName
{
border-color: #C011A5;
}
</style>