Shades of Medium Red Violet #C13A8A
Tints of Medium Red Violet #C13A8A
RGB
CMYK
RGB Variations
Color information
#C13A8A (or 0xC13A8A) is known color: Medium Red Violet. HEX triplet: C1, 3A and 8A. RGB value is (193,58,138). Sum of RGB (Red+Green+Blue) = 193+58+138=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A8A is #3EC575. Grayscale: #6B6B6B. Windows color (decimal): -4113782 or 9059009. OLE color: 9059009.
HSL color Cylindrical-coordinate representation of color #C13A8A: hue angle of 324.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A8A is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 138 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.24 |
| HSL | 324.44º | 0.54% | 0.49% | - |
| HSV(B) | 324.44º | 0.7% | 0.76% | - |
| XYZ | 28.09 | 16.2 | 25.69 | - |
| YUV | 107.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 138 | 0 | 0.70 | 0.28 | 0.24 | 324.44 | 0.54 | 0.49 |
| Hex | C1 | 3A | 8A | 0 | 46 | 1C | 18 | 144 | 36 | 31 |
| Octal | 301 | 72 | 212 | 0 | 106 | 34 | 30 | 504 | 66 | 61 |
| Binary | 11000001 | 111010 | 10001010 | 0 | 1000110 | 11100 | 11000 | 101000100 | 110110 | 110001 |
Color Harmonies of #C13A8A
Complementary color
Monochromatic Colors of #C13A8A
Black with #C13A8A
Text Example
Text Example
White with #C13A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A8A; }
p { color: rgb(193,58,138); }
H1.HeaderClassName
{
color: #C13A8A;
}
.AnyTagClassName
{
color: #C13A8A;
}
</style>
background-color css
<style>
a { background-color: #C13A8A; }
a { background-color: rgb(193,58,138); }
div.DivClassName
{
background-color: #C13A8A;
}
.BgClassName
{
background-color: #C13A8A;
}
</style>
border-color css
<style>
span { border-color: #C13A8A; }
span { border-color: rgb(193,58,138); }
td.TdClassName
{
border-color: #C13A8A;
}
.TagClassName
{
border-color: #C13A8A;
}
</style>