Shades of Medium Red Violet #C1399D
Tints of Medium Red Violet #C1399D
RGB
CMYK
RGB Variations
Color information
#C1399D (or 0xC1399D) is known color: Medium Red Violet. HEX triplet: C1, 39 and 9D. RGB value is (193,57,157). Sum of RGB (Red+Green+Blue) = 193+57+157=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1399D is #3EC662. Grayscale: #6C6C6C. Windows color (decimal): -4114019 or 10303937. OLE color: 10303937.
HSL color Cylindrical-coordinate representation of color #C1399D: hue angle of 315.88º 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 #C1399D is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 157 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.24 |
| HSL | 315.88º | 0.54% | 0.49% | - |
| HSV(B) | 315.88º | 0.7% | 0.76% | - |
| XYZ | 29.54 | 16.7 | 33.56 | - |
| YUV | 109.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 157 | 0 | 0.70 | 0.19 | 0.24 | 315.88 | 0.54 | 0.49 |
| Hex | C1 | 39 | 9D | 0 | 46 | 13 | 18 | 13C | 36 | 31 |
| Octal | 301 | 71 | 235 | 0 | 106 | 23 | 30 | 474 | 66 | 61 |
| Binary | 11000001 | 111001 | 10011101 | 0 | 1000110 | 10011 | 11000 | 100111100 | 110110 | 110001 |
Color Harmonies of #C1399D
Complementary color
Monochromatic Colors of #C1399D
Black with #C1399D
Text Example
Text Example
White with #C1399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1399D; }
p { color: rgb(193,57,157); }
H1.HeaderClassName
{
color: #C1399D;
}
.AnyTagClassName
{
color: #C1399D;
}
</style>
background-color css
<style>
a { background-color: #C1399D; }
a { background-color: rgb(193,57,157); }
div.DivClassName
{
background-color: #C1399D;
}
.BgClassName
{
background-color: #C1399D;
}
</style>
border-color css
<style>
span { border-color: #C1399D; }
span { border-color: rgb(193,57,157); }
td.TdClassName
{
border-color: #C1399D;
}
.TagClassName
{
border-color: #C1399D;
}
</style>