Shades of Medium Violet Red #C100A3
Tints of Medium Violet Red #C100A3
RGB
CMYK
RGB Variations
Color information
#C100A3 (or 0xC100A3) is known color: Medium Violet Red. HEX triplet: C1, 00 and A3. RGB value is (193,0,163). Sum of RGB (Red+Green+Blue) = 193+0+163=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C100A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100A3 is #3EFF5C. Grayscale: #4B4B4B. Windows color (decimal): -4128605 or 10682561. OLE color: 10682561.
HSL color Cylindrical-coordinate representation of color #C100A3: hue angle of 309.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100A3 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.16 | 0.24 |
| HSL | 309.33º | 1% | 0.38% | - |
| HSV(B) | 309.33º | 1% | 0.76% | - |
| XYZ | 28.6 | 13.98 | 35.84 | - |
| YUV | 76.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 163 | 0 | 1 | 0.16 | 0.24 | 309.33 | 1 | 0.38 |
| Hex | C1 | 0 | A3 | 0 | 64 | 10 | 18 | 135 | 64 | 26 |
| Octal | 301 | 0 | 243 | 0 | 144 | 20 | 30 | 465 | 144 | 46 |
| Binary | 11000001 | 0 | 10100011 | 0 | 1100100 | 10000 | 11000 | 100110101 | 1100100 | 100110 |
Color Harmonies of #C100A3
Complementary color
Monochromatic Colors of #C100A3
Black with #C100A3
Text Example
Text Example
White with #C100A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100A3; }
p { color: rgb(193,0,163); }
H1.HeaderClassName
{
color: #C100A3;
}
.AnyTagClassName
{
color: #C100A3;
}
</style>
background-color css
<style>
a { background-color: #C100A3; }
a { background-color: rgb(193,0,163); }
div.DivClassName
{
background-color: #C100A3;
}
.BgClassName
{
background-color: #C100A3;
}
</style>
border-color css
<style>
span { border-color: #C100A3; }
span { border-color: rgb(193,0,163); }
td.TdClassName
{
border-color: #C100A3;
}
.TagClassName
{
border-color: #C100A3;
}
</style>