Shades of Medium Red Violet #C13A9B
Tints of Medium Red Violet #C13A9B
RGB
CMYK
RGB Variations
Color information
#C13A9B (or 0xC13A9B) is known color: Medium Red Violet. HEX triplet: C1, 3A and 9B. RGB value is (193,58,155). Sum of RGB (Red+Green+Blue) = 193+58+155=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A9B is #3EC564. Grayscale: #6D6D6D. Windows color (decimal): -4113765 or 10173121. OLE color: 10173121.
HSL color Cylindrical-coordinate representation of color #C13A9B: hue angle of 316.89º 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 #C13A9B is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 155 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.24 |
| HSL | 316.89º | 0.54% | 0.49% | - |
| HSV(B) | 316.89º | 0.7% | 0.76% | - |
| XYZ | 29.42 | 16.73 | 32.69 | - |
| YUV | 109.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 155 | 0 | 0.70 | 0.20 | 0.24 | 316.89 | 0.54 | 0.49 |
| Hex | C1 | 3A | 9B | 0 | 46 | 14 | 18 | 13D | 36 | 31 |
| Octal | 301 | 72 | 233 | 0 | 106 | 24 | 30 | 475 | 66 | 61 |
| Binary | 11000001 | 111010 | 10011011 | 0 | 1000110 | 10100 | 11000 | 100111101 | 110110 | 110001 |
Color Harmonies of #C13A9B
Complementary color
Monochromatic Colors of #C13A9B
Black with #C13A9B
Text Example
Text Example
White with #C13A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A9B; }
p { color: rgb(193,58,155); }
H1.HeaderClassName
{
color: #C13A9B;
}
.AnyTagClassName
{
color: #C13A9B;
}
</style>
background-color css
<style>
a { background-color: #C13A9B; }
a { background-color: rgb(193,58,155); }
div.DivClassName
{
background-color: #C13A9B;
}
.BgClassName
{
background-color: #C13A9B;
}
</style>
border-color css
<style>
span { border-color: #C13A9B; }
span { border-color: rgb(193,58,155); }
td.TdClassName
{
border-color: #C13A9B;
}
.TagClassName
{
border-color: #C13A9B;
}
</style>