Shades of Medium Red Violet #C1377A
Tints of Medium Red Violet #C1377A
RGB
CMYK
RGB Variations
Color information
#C1377A (or 0xC1377A) is known color: Medium Red Violet. HEX triplet: C1, 37 and 7A. RGB value is (193,55,122). Sum of RGB (Red+Green+Blue) = 193+55+122=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1377A is #3EC885. Grayscale: #676767. Windows color (decimal): -4114566 or 8009665. OLE color: 8009665.
HSL color Cylindrical-coordinate representation of color #C1377A: hue angle of 330.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1377A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 122 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.24 |
| HSL | 330.87º | 0.56% | 0.49% | - |
| HSV(B) | 330.87º | 0.72% | 0.76% | - |
| XYZ | 26.87 | 15.47 | 19.98 | - |
| YUV | 103.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 122 | 0 | 0.72 | 0.37 | 0.24 | 330.87 | 0.56 | 0.49 |
| Hex | C1 | 37 | 7A | 0 | 48 | 25 | 18 | 14B | 38 | 31 |
| Octal | 301 | 67 | 172 | 0 | 110 | 45 | 30 | 513 | 70 | 61 |
| Binary | 11000001 | 110111 | 1111010 | 0 | 1001000 | 100101 | 11000 | 101001011 | 111000 | 110001 |
Color Harmonies of #C1377A
Complementary color
Monochromatic Colors of #C1377A
Black with #C1377A
Text Example
Text Example
White with #C1377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1377A; }
p { color: rgb(193,55,122); }
H1.HeaderClassName
{
color: #C1377A;
}
.AnyTagClassName
{
color: #C1377A;
}
</style>
background-color css
<style>
a { background-color: #C1377A; }
a { background-color: rgb(193,55,122); }
div.DivClassName
{
background-color: #C1377A;
}
.BgClassName
{
background-color: #C1377A;
}
</style>
border-color css
<style>
span { border-color: #C1377A; }
span { border-color: rgb(193,55,122); }
td.TdClassName
{
border-color: #C1377A;
}
.TagClassName
{
border-color: #C1377A;
}
</style>