Shades of Medium Violet Red #C101A3
Tints of Medium Violet Red #C101A3
RGB
CMYK
RGB Variations
Color information
#C101A3 (or 0xC101A3) is known color: Medium Violet Red. HEX triplet: C1, 01 and A3. RGB value is (193,1,163). Sum of RGB (Red+Green+Blue) = 193+1+163=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C101A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101A3 is #3EFE5C. Grayscale: #4C4C4C. Windows color (decimal): -4128349 or 10682817. OLE color: 10682817.
HSL color Cylindrical-coordinate representation of color #C101A3: hue angle of 309.38º 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 #C101A3 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 163 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.24 |
| HSL | 309.38º | 0.99% | 0.38% | - |
| HSV(B) | 309.38º | 0.99% | 0.76% | - |
| XYZ | 28.61 | 14 | 35.85 | - |
| YUV | 76.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 163 | 0 | 0.99 | 0.16 | 0.24 | 309.38 | 0.99 | 0.38 |
| Hex | C1 | 1 | A3 | 0 | 63 | 10 | 18 | 135 | 63 | 26 |
| Octal | 301 | 1 | 243 | 0 | 143 | 20 | 30 | 465 | 143 | 46 |
| Binary | 11000001 | 1 | 10100011 | 0 | 1100011 | 10000 | 11000 | 100110101 | 1100011 | 100110 |
Color Harmonies of #C101A3
Complementary color
Monochromatic Colors of #C101A3
Black with #C101A3
Text Example
Text Example
White with #C101A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101A3; }
p { color: rgb(193,1,163); }
H1.HeaderClassName
{
color: #C101A3;
}
.AnyTagClassName
{
color: #C101A3;
}
</style>
background-color css
<style>
a { background-color: #C101A3; }
a { background-color: rgb(193,1,163); }
div.DivClassName
{
background-color: #C101A3;
}
.BgClassName
{
background-color: #C101A3;
}
</style>
border-color css
<style>
span { border-color: #C101A3; }
span { border-color: rgb(193,1,163); }
td.TdClassName
{
border-color: #C101A3;
}
.TagClassName
{
border-color: #C101A3;
}
</style>