Shades of Medium Red Violet #C13C9A
Tints of Medium Red Violet #C13C9A
RGB
CMYK
RGB Variations
Color information
#C13C9A (or 0xC13C9A) is known color: Medium Red Violet. HEX triplet: C1, 3C and 9A. RGB value is (193,60,154). Sum of RGB (Red+Green+Blue) = 193+60+154=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13C9A is #3EC365. Grayscale: #6E6E6E. Windows color (decimal): -4113254 or 10108097. OLE color: 10108097.
HSL color Cylindrical-coordinate representation of color #C13C9A: hue angle of 317.59º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C9A is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 154 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.24 |
| HSL | 317.59º | 0.53% | 0.5% | - |
| HSV(B) | 317.59º | 0.69% | 0.76% | - |
| XYZ | 29.44 | 16.9 | 32.28 | - |
| YUV | 110.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 154 | 0 | 0.69 | 0.20 | 0.24 | 317.59 | 0.53 | 0.5 |
| Hex | C1 | 3C | 9A | 0 | 45 | 14 | 18 | 13E | 35 | 32 |
| Octal | 301 | 74 | 232 | 0 | 105 | 24 | 30 | 476 | 65 | 62 |
| Binary | 11000001 | 111100 | 10011010 | 0 | 1000101 | 10100 | 11000 | 100111110 | 110101 | 110010 |
Color Harmonies of #C13C9A
Complementary color
Monochromatic Colors of #C13C9A
Black with #C13C9A
Text Example
Text Example
White with #C13C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C9A; }
p { color: rgb(193,60,154); }
H1.HeaderClassName
{
color: #C13C9A;
}
.AnyTagClassName
{
color: #C13C9A;
}
</style>
background-color css
<style>
a { background-color: #C13C9A; }
a { background-color: rgb(193,60,154); }
div.DivClassName
{
background-color: #C13C9A;
}
.BgClassName
{
background-color: #C13C9A;
}
</style>
border-color css
<style>
span { border-color: #C13C9A; }
span { border-color: rgb(193,60,154); }
td.TdClassName
{
border-color: #C13C9A;
}
.TagClassName
{
border-color: #C13C9A;
}
</style>