Shades of Medium Violet Red #C010A1
Tints of Medium Violet Red #C010A1
RGB
CMYK
RGB Variations
Color information
#C010A1 (or 0xC010A1) is known color: Medium Violet Red. HEX triplet: C0, 10 and A1. RGB value is (192,16,161). Sum of RGB (Red+Green+Blue) = 192+16+161=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A1 is #3FEF5E. Grayscale: #545454. Windows color (decimal): -4190047 or 10555584. OLE color: 10555584.
HSL color Cylindrical-coordinate representation of color #C010A1: hue angle of 310.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010A1 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 161 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.25 |
| HSL | 310.57º | 0.85% | 0.41% | - |
| HSV(B) | 310.57º | 0.92% | 0.75% | - |
| XYZ | 28.36 | 14.15 | 34.95 | - |
| YUV | 85.15 | 170.81 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 161 | 0 | 0.92 | 0.16 | 0.25 | 310.57 | 0.85 | 0.41 |
| Hex | C0 | 10 | A1 | 0 | 5C | 10 | 19 | 137 | 55 | 29 |
| Octal | 300 | 20 | 241 | 0 | 134 | 20 | 31 | 467 | 125 | 51 |
| Binary | 11000000 | 10000 | 10100001 | 0 | 1011100 | 10000 | 11001 | 100110111 | 1010101 | 101001 |
Color Harmonies of #C010A1
Complementary color
Monochromatic Colors of #C010A1
Black with #C010A1
Text Example
Text Example
White with #C010A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010A1; }
p { color: rgb(192,16,161); }
H1.HeaderClassName
{
color: #C010A1;
}
.AnyTagClassName
{
color: #C010A1;
}
</style>
background-color css
<style>
a { background-color: #C010A1; }
a { background-color: rgb(192,16,161); }
div.DivClassName
{
background-color: #C010A1;
}
.BgClassName
{
background-color: #C010A1;
}
</style>
border-color css
<style>
span { border-color: #C010A1; }
span { border-color: rgb(192,16,161); }
td.TdClassName
{
border-color: #C010A1;
}
.TagClassName
{
border-color: #C010A1;
}
</style>