Shades of Medium Violet Red #C103A2
Tints of Medium Violet Red #C103A2
RGB
CMYK
RGB Variations
Color information
#C103A2 (or 0xC103A2) is known color: Medium Violet Red. HEX triplet: C1, 03 and A2. RGB value is (193,3,162). Sum of RGB (Red+Green+Blue) = 193+3+162=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C103A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103A2 is #3EFC5D. Grayscale: #4D4D4D. Windows color (decimal): -4127838 or 10617793. OLE color: 10617793.
HSL color Cylindrical-coordinate representation of color #C103A2: hue angle of 309.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103A2 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.24 |
| HSL | 309.79º | 0.97% | 0.38% | - |
| HSV(B) | 309.79º | 0.98% | 0.76% | - |
| XYZ | 28.55 | 14.01 | 35.38 | - |
| YUV | 77.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 162 | 0 | 0.98 | 0.16 | 0.24 | 309.79 | 0.97 | 0.38 |
| Hex | C1 | 3 | A2 | 0 | 62 | 10 | 18 | 136 | 61 | 26 |
| Octal | 301 | 3 | 242 | 0 | 142 | 20 | 30 | 466 | 141 | 46 |
| Binary | 11000001 | 11 | 10100010 | 0 | 1100010 | 10000 | 11000 | 100110110 | 1100001 | 100110 |
Color Harmonies of #C103A2
Complementary color
Monochromatic Colors of #C103A2
Black with #C103A2
Text Example
Text Example
White with #C103A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103A2; }
p { color: rgb(193,3,162); }
H1.HeaderClassName
{
color: #C103A2;
}
.AnyTagClassName
{
color: #C103A2;
}
</style>
background-color css
<style>
a { background-color: #C103A2; }
a { background-color: rgb(193,3,162); }
div.DivClassName
{
background-color: #C103A2;
}
.BgClassName
{
background-color: #C103A2;
}
</style>
border-color css
<style>
span { border-color: #C103A2; }
span { border-color: rgb(193,3,162); }
td.TdClassName
{
border-color: #C103A2;
}
.TagClassName
{
border-color: #C103A2;
}
</style>