Shades of Medium Red Violet #C13BA3
Tints of Medium Red Violet #C13BA3
RGB
CMYK
RGB Variations
Color information
#C13BA3 (or 0xC13BA3) is known color: Medium Red Violet. HEX triplet: C1, 3B and A3. RGB value is (193,59,163). Sum of RGB (Red+Green+Blue) = 193+59+163=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13BA3 is #3EC45C. Grayscale: #6E6E6E. Windows color (decimal): -4113501 or 10697665. OLE color: 10697665.
HSL color Cylindrical-coordinate representation of color #C13BA3: hue angle of 313.43º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BA3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 163 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.24 |
| HSL | 313.43º | 0.53% | 0.49% | - |
| HSV(B) | 313.43º | 0.69% | 0.76% | - |
| XYZ | 30.17 | 17.11 | 36.36 | - |
| YUV | 110.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 163 | 0 | 0.69 | 0.16 | 0.24 | 313.43 | 0.53 | 0.49 |
| Hex | C1 | 3B | A3 | 0 | 45 | 10 | 18 | 139 | 35 | 31 |
| Octal | 301 | 73 | 243 | 0 | 105 | 20 | 30 | 471 | 65 | 61 |
| Binary | 11000001 | 111011 | 10100011 | 0 | 1000101 | 10000 | 11000 | 100111001 | 110101 | 110001 |
Color Harmonies of #C13BA3
Complementary color
Monochromatic Colors of #C13BA3
Black with #C13BA3
Text Example
Text Example
White with #C13BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BA3; }
p { color: rgb(193,59,163); }
H1.HeaderClassName
{
color: #C13BA3;
}
.AnyTagClassName
{
color: #C13BA3;
}
</style>
background-color css
<style>
a { background-color: #C13BA3; }
a { background-color: rgb(193,59,163); }
div.DivClassName
{
background-color: #C13BA3;
}
.BgClassName
{
background-color: #C13BA3;
}
</style>
border-color css
<style>
span { border-color: #C13BA3; }
span { border-color: rgb(193,59,163); }
td.TdClassName
{
border-color: #C13BA3;
}
.TagClassName
{
border-color: #C13BA3;
}
</style>