Shades of Medium Violet Red #C101A1
Tints of Medium Violet Red #C101A1
RGB
CMYK
RGB Variations
Color information
#C101A1 (or 0xC101A1) is known color: Medium Violet Red. HEX triplet: C1, 01 and A1. RGB value is (193,1,161). Sum of RGB (Red+Green+Blue) = 193+1+161=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C101A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101A1 is #3EFE5E. Grayscale: #4C4C4C. Windows color (decimal): -4128351 or 10551745. OLE color: 10551745.
HSL color Cylindrical-coordinate representation of color #C101A1: hue angle of 310º 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 #C101A1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.24 |
| HSL | 310º | 0.99% | 0.38% | - |
| HSV(B) | 310º | 0.99% | 0.76% | - |
| XYZ | 28.44 | 13.93 | 34.91 | - |
| YUV | 76.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 161 | 0 | 0.99 | 0.17 | 0.24 | 310 | 0.99 | 0.38 |
| Hex | C1 | 1 | A1 | 0 | 63 | 11 | 18 | 136 | 63 | 26 |
| Octal | 301 | 1 | 241 | 0 | 143 | 21 | 30 | 466 | 143 | 46 |
| Binary | 11000001 | 1 | 10100001 | 0 | 1100011 | 10001 | 11000 | 100110110 | 1100011 | 100110 |
Color Harmonies of #C101A1
Complementary color
Monochromatic Colors of #C101A1
Black with #C101A1
Text Example
Text Example
White with #C101A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101A1; }
p { color: rgb(193,1,161); }
H1.HeaderClassName
{
color: #C101A1;
}
.AnyTagClassName
{
color: #C101A1;
}
</style>
background-color css
<style>
a { background-color: #C101A1; }
a { background-color: rgb(193,1,161); }
div.DivClassName
{
background-color: #C101A1;
}
.BgClassName
{
background-color: #C101A1;
}
</style>
border-color css
<style>
span { border-color: #C101A1; }
span { border-color: rgb(193,1,161); }
td.TdClassName
{
border-color: #C101A1;
}
.TagClassName
{
border-color: #C101A1;
}
</style>