Shades of Medium Red Violet #C13978
Tints of Medium Red Violet #C13978
RGB
CMYK
RGB Variations
Color information
#C13978 (or 0xC13978) is known color: Medium Red Violet. HEX triplet: C1, 39 and 78. RGB value is (193,57,120). Sum of RGB (Red+Green+Blue) = 193+57+120=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13978 is #3EC687. Grayscale: #686868. Windows color (decimal): -4114056 or 7879105. OLE color: 7879105.
HSL color Cylindrical-coordinate representation of color #C13978: hue angle of 332.21º 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 #C13978 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 120 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.24 |
| HSL | 332.21º | 0.54% | 0.49% | - |
| HSV(B) | 332.21º | 0.7% | 0.76% | - |
| XYZ | 26.85 | 15.62 | 19.37 | - |
| YUV | 104.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 120 | 0 | 0.70 | 0.38 | 0.24 | 332.21 | 0.54 | 0.49 |
| Hex | C1 | 39 | 78 | 0 | 46 | 26 | 18 | 14C | 36 | 31 |
| Octal | 301 | 71 | 170 | 0 | 106 | 46 | 30 | 514 | 66 | 61 |
| Binary | 11000001 | 111001 | 1111000 | 0 | 1000110 | 100110 | 11000 | 101001100 | 110110 | 110001 |
Color Harmonies of #C13978
Complementary color
Monochromatic Colors of #C13978
Black with #C13978
Text Example
Text Example
White with #C13978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13978; }
p { color: rgb(193,57,120); }
H1.HeaderClassName
{
color: #C13978;
}
.AnyTagClassName
{
color: #C13978;
}
</style>
background-color css
<style>
a { background-color: #C13978; }
a { background-color: rgb(193,57,120); }
div.DivClassName
{
background-color: #C13978;
}
.BgClassName
{
background-color: #C13978;
}
</style>
border-color css
<style>
span { border-color: #C13978; }
span { border-color: rgb(193,57,120); }
td.TdClassName
{
border-color: #C13978;
}
.TagClassName
{
border-color: #C13978;
}
</style>