Shades of Medium Violet Red #C103A4
Tints of Medium Violet Red #C103A4
RGB
CMYK
RGB Variations
Color information
#C103A4 (or 0xC103A4) is known color: Medium Violet Red. HEX triplet: C1, 03 and A4. RGB value is (193,3,164). Sum of RGB (Red+Green+Blue) = 193+3+164=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C103A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103A4 is #3EFC5B. Grayscale: #4D4D4D. Windows color (decimal): -4127836 or 10748865. OLE color: 10748865.
HSL color Cylindrical-coordinate representation of color #C103A4: hue angle of 309.16º 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 #C103A4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.24 |
| HSL | 309.16º | 0.97% | 0.38% | - |
| HSV(B) | 309.16º | 0.98% | 0.76% | - |
| XYZ | 28.73 | 14.08 | 36.33 | - |
| YUV | 78.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 164 | 0 | 0.98 | 0.15 | 0.24 | 309.16 | 0.97 | 0.38 |
| Hex | C1 | 3 | A4 | 0 | 62 | F | 18 | 135 | 61 | 26 |
| Octal | 301 | 3 | 244 | 0 | 142 | 17 | 30 | 465 | 141 | 46 |
| Binary | 11000001 | 11 | 10100100 | 0 | 1100010 | 1111 | 11000 | 100110101 | 1100001 | 100110 |
Color Harmonies of #C103A4
Complementary color
Monochromatic Colors of #C103A4
Black with #C103A4
Text Example
Text Example
White with #C103A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103A4; }
p { color: rgb(193,3,164); }
H1.HeaderClassName
{
color: #C103A4;
}
.AnyTagClassName
{
color: #C103A4;
}
</style>
background-color css
<style>
a { background-color: #C103A4; }
a { background-color: rgb(193,3,164); }
div.DivClassName
{
background-color: #C103A4;
}
.BgClassName
{
background-color: #C103A4;
}
</style>
border-color css
<style>
span { border-color: #C103A4; }
span { border-color: rgb(193,3,164); }
td.TdClassName
{
border-color: #C103A4;
}
.TagClassName
{
border-color: #C103A4;
}
</style>