Shades of Medium Red Violet #C1377C
Tints of Medium Red Violet #C1377C
RGB
CMYK
RGB Variations
Color information
#C1377C (or 0xC1377C) is known color: Medium Red Violet. HEX triplet: C1, 37 and 7C. RGB value is (193,55,124). Sum of RGB (Red+Green+Blue) = 193+55+124=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1377C is #3EC883. Grayscale: #676767. Windows color (decimal): -4114564 or 8140737. OLE color: 8140737.
HSL color Cylindrical-coordinate representation of color #C1377C: hue angle of 330º 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 #C1377C is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 124 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.24 |
| HSL | 330º | 0.56% | 0.49% | - |
| HSV(B) | 330º | 0.72% | 0.76% | - |
| XYZ | 27 | 15.53 | 20.64 | - |
| YUV | 104.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 124 | 0 | 0.72 | 0.36 | 0.24 | 330 | 0.56 | 0.49 |
| Hex | C1 | 37 | 7C | 0 | 48 | 24 | 18 | 14A | 38 | 31 |
| Octal | 301 | 67 | 174 | 0 | 110 | 44 | 30 | 512 | 70 | 61 |
| Binary | 11000001 | 110111 | 1111100 | 0 | 1001000 | 100100 | 11000 | 101001010 | 111000 | 110001 |
Color Harmonies of #C1377C
Complementary color
Monochromatic Colors of #C1377C
Black with #C1377C
Text Example
Text Example
White with #C1377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1377C; }
p { color: rgb(193,55,124); }
H1.HeaderClassName
{
color: #C1377C;
}
.AnyTagClassName
{
color: #C1377C;
}
</style>
background-color css
<style>
a { background-color: #C1377C; }
a { background-color: rgb(193,55,124); }
div.DivClassName
{
background-color: #C1377C;
}
.BgClassName
{
background-color: #C1377C;
}
</style>
border-color css
<style>
span { border-color: #C1377C; }
span { border-color: rgb(193,55,124); }
td.TdClassName
{
border-color: #C1377C;
}
.TagClassName
{
border-color: #C1377C;
}
</style>