Shades of Medium Red Violet #C1399F
Tints of Medium Red Violet #C1399F
RGB
CMYK
RGB Variations
Color information
#C1399F (or 0xC1399F) is known color: Medium Red Violet. HEX triplet: C1, 39 and 9F. RGB value is (193,57,159). Sum of RGB (Red+Green+Blue) = 193+57+159=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1399F is #3EC660. Grayscale: #6D6D6D. Windows color (decimal): -4114017 or 10435009. OLE color: 10435009.
HSL color Cylindrical-coordinate representation of color #C1399F: hue angle of 315º 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 #C1399F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 159 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.24 |
| HSL | 315º | 0.54% | 0.49% | - |
| HSV(B) | 315º | 0.7% | 0.76% | - |
| XYZ | 29.71 | 16.77 | 34.47 | - |
| YUV | 109.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 159 | 0 | 0.70 | 0.18 | 0.24 | 315 | 0.54 | 0.49 |
| Hex | C1 | 39 | 9F | 0 | 46 | 12 | 18 | 13B | 36 | 31 |
| Octal | 301 | 71 | 237 | 0 | 106 | 22 | 30 | 473 | 66 | 61 |
| Binary | 11000001 | 111001 | 10011111 | 0 | 1000110 | 10010 | 11000 | 100111011 | 110110 | 110001 |
Color Harmonies of #C1399F
Complementary color
Monochromatic Colors of #C1399F
Black with #C1399F
Text Example
Text Example
White with #C1399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1399F; }
p { color: rgb(193,57,159); }
H1.HeaderClassName
{
color: #C1399F;
}
.AnyTagClassName
{
color: #C1399F;
}
</style>
background-color css
<style>
a { background-color: #C1399F; }
a { background-color: rgb(193,57,159); }
div.DivClassName
{
background-color: #C1399F;
}
.BgClassName
{
background-color: #C1399F;
}
</style>
border-color css
<style>
span { border-color: #C1399F; }
span { border-color: rgb(193,57,159); }
td.TdClassName
{
border-color: #C1399F;
}
.TagClassName
{
border-color: #C1399F;
}
</style>