Shades of Medium Violet Red #C10181
Tints of Medium Violet Red #C10181
RGB
CMYK
RGB Variations
Color information
#C10181 (or 0xC10181) is known color: Medium Violet Red. HEX triplet: C1, 01 and 81. RGB value is (193,1,129). Sum of RGB (Red+Green+Blue) = 193+1+129=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C10181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10181 is #3EFE7E. Grayscale: #484848. Windows color (decimal): -4128383 or 8454593. OLE color: 8454593.
HSL color Cylindrical-coordinate representation of color #C10181: hue angle of 320º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10181 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.24 |
| HSL | 320º | 0.99% | 0.38% | - |
| HSV(B) | 320º | 0.99% | 0.76% | - |
| XYZ | 25.97 | 12.94 | 21.9 | - |
| YUV | 73 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 129 | 0 | 0.99 | 0.33 | 0.24 | 320 | 0.99 | 0.38 |
| Hex | C1 | 1 | 81 | 0 | 63 | 21 | 18 | 140 | 63 | 26 |
| Octal | 301 | 1 | 201 | 0 | 143 | 41 | 30 | 500 | 143 | 46 |
| Binary | 11000001 | 1 | 10000001 | 0 | 1100011 | 100001 | 11000 | 101000000 | 1100011 | 100110 |
Color Harmonies of #C10181
Complementary color
Monochromatic Colors of #C10181
Black with #C10181
Text Example
Text Example
White with #C10181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10181; }
p { color: rgb(193,1,129); }
H1.HeaderClassName
{
color: #C10181;
}
.AnyTagClassName
{
color: #C10181;
}
</style>
background-color css
<style>
a { background-color: #C10181; }
a { background-color: rgb(193,1,129); }
div.DivClassName
{
background-color: #C10181;
}
.BgClassName
{
background-color: #C10181;
}
</style>
border-color css
<style>
span { border-color: #C10181; }
span { border-color: rgb(193,1,129); }
td.TdClassName
{
border-color: #C10181;
}
.TagClassName
{
border-color: #C10181;
}
</style>