Shades of Medium Violet Red #C103A3
Tints of Medium Violet Red #C103A3
RGB
CMYK
RGB Variations
Color information
#C103A3 (or 0xC103A3) is known color: Medium Violet Red. HEX triplet: C1, 03 and A3. RGB value is (193,3,163). Sum of RGB (Red+Green+Blue) = 193+3+163=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C103A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103A3 is #3EFC5C. Grayscale: #4D4D4D. Windows color (decimal): -4127837 or 10683329. OLE color: 10683329.
HSL color Cylindrical-coordinate representation of color #C103A3: hue angle of 309.47º 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 #C103A3 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 163 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.24 |
| HSL | 309.47º | 0.97% | 0.38% | - |
| HSV(B) | 309.47º | 0.98% | 0.76% | - |
| XYZ | 28.64 | 14.05 | 35.85 | - |
| YUV | 78.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 163 | 0 | 0.98 | 0.16 | 0.24 | 309.47 | 0.97 | 0.38 |
| Hex | C1 | 3 | A3 | 0 | 62 | 10 | 18 | 135 | 61 | 26 |
| Octal | 301 | 3 | 243 | 0 | 142 | 20 | 30 | 465 | 141 | 46 |
| Binary | 11000001 | 11 | 10100011 | 0 | 1100010 | 10000 | 11000 | 100110101 | 1100001 | 100110 |
Color Harmonies of #C103A3
Complementary color
Monochromatic Colors of #C103A3
Black with #C103A3
Text Example
Text Example
White with #C103A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103A3; }
p { color: rgb(193,3,163); }
H1.HeaderClassName
{
color: #C103A3;
}
.AnyTagClassName
{
color: #C103A3;
}
</style>
background-color css
<style>
a { background-color: #C103A3; }
a { background-color: rgb(193,3,163); }
div.DivClassName
{
background-color: #C103A3;
}
.BgClassName
{
background-color: #C103A3;
}
</style>
border-color css
<style>
span { border-color: #C103A3; }
span { border-color: rgb(193,3,163); }
td.TdClassName
{
border-color: #C103A3;
}
.TagClassName
{
border-color: #C103A3;
}
</style>