Shades of Medium Violet Red #C113A4
Tints of Medium Violet Red #C113A4
RGB
CMYK
RGB Variations
Color information
#C113A4 (or 0xC113A4) is known color: Medium Violet Red. HEX triplet: C1, 13 and A4. RGB value is (193,19,164). Sum of RGB (Red+Green+Blue) = 193+19+164=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C113A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113A4 is #3EEC5B. Grayscale: #575757. Windows color (decimal): -4123740 or 10752961. OLE color: 10752961.
HSL color Cylindrical-coordinate representation of color #C113A4: hue angle of 310º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113A4 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 164 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.24 |
| HSL | 310º | 0.82% | 0.42% | - |
| HSV(B) | 310º | 0.9% | 0.76% | - |
| XYZ | 28.93 | 14.48 | 36.39 | - |
| YUV | 87.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 164 | 0 | 0.90 | 0.15 | 0.24 | 310 | 0.82 | 0.42 |
| Hex | C1 | 13 | A4 | 0 | 5A | F | 18 | 136 | 52 | 2A |
| Octal | 301 | 23 | 244 | 0 | 132 | 17 | 30 | 466 | 122 | 52 |
| Binary | 11000001 | 10011 | 10100100 | 0 | 1011010 | 1111 | 11000 | 100110110 | 1010010 | 101010 |
Color Harmonies of #C113A4
Complementary color
Monochromatic Colors of #C113A4
Black with #C113A4
Text Example
Text Example
White with #C113A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113A4; }
p { color: rgb(193,19,164); }
H1.HeaderClassName
{
color: #C113A4;
}
.AnyTagClassName
{
color: #C113A4;
}
</style>
background-color css
<style>
a { background-color: #C113A4; }
a { background-color: rgb(193,19,164); }
div.DivClassName
{
background-color: #C113A4;
}
.BgClassName
{
background-color: #C113A4;
}
</style>
border-color css
<style>
span { border-color: #C113A4; }
span { border-color: rgb(193,19,164); }
td.TdClassName
{
border-color: #C113A4;
}
.TagClassName
{
border-color: #C113A4;
}
</style>