Shades of Medium Violet Red #C107A1
Tints of Medium Violet Red #C107A1
RGB
CMYK
RGB Variations
Color information
#C107A1 (or 0xC107A1) is known color: Medium Violet Red. HEX triplet: C1, 07 and A1. RGB value is (193,7,161). Sum of RGB (Red+Green+Blue) = 193+7+161=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C107A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C107A1 is #3EF85E. Grayscale: #4F4F4F. Windows color (decimal): -4126815 or 10553281. OLE color: 10553281.
HSL color Cylindrical-coordinate representation of color #C107A1: hue angle of 310.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C107A1 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.24 |
| HSL | 310.32º | 0.93% | 0.39% | - |
| HSV(B) | 310.32º | 0.96% | 0.76% | - |
| XYZ | 28.5 | 14.06 | 34.93 | - |
| YUV | 80.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 161 | 0 | 0.96 | 0.17 | 0.24 | 310.32 | 0.93 | 0.39 |
| Hex | C1 | 7 | A1 | 0 | 60 | 11 | 18 | 136 | 5D | 27 |
| Octal | 301 | 7 | 241 | 0 | 140 | 21 | 30 | 466 | 135 | 47 |
| Binary | 11000001 | 111 | 10100001 | 0 | 1100000 | 10001 | 11000 | 100110110 | 1011101 | 100111 |
Color Harmonies of #C107A1
Complementary color
Monochromatic Colors of #C107A1
Black with #C107A1
Text Example
Text Example
White with #C107A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107A1; }
p { color: rgb(193,7,161); }
H1.HeaderClassName
{
color: #C107A1;
}
.AnyTagClassName
{
color: #C107A1;
}
</style>
background-color css
<style>
a { background-color: #C107A1; }
a { background-color: rgb(193,7,161); }
div.DivClassName
{
background-color: #C107A1;
}
.BgClassName
{
background-color: #C107A1;
}
</style>
border-color css
<style>
span { border-color: #C107A1; }
span { border-color: rgb(193,7,161); }
td.TdClassName
{
border-color: #C107A1;
}
.TagClassName
{
border-color: #C107A1;
}
</style>