Shades of Medium Red Violet #C0377E
Tints of Medium Red Violet #C0377E
RGB
CMYK
RGB Variations
Color information
#C0377E (or 0xC0377E) is known color: Medium Red Violet. HEX triplet: C0, 37 and 7E. RGB value is (192,55,126). Sum of RGB (Red+Green+Blue) = 192+55+126=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0377E is #3FC881. Grayscale: #676767. Windows color (decimal): -4180098 or 8271808. OLE color: 8271808.
HSL color Cylindrical-coordinate representation of color #C0377E: hue angle of 328.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0377E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 126 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.25 |
| HSL | 328.91º | 0.55% | 0.48% | - |
| HSV(B) | 328.91º | 0.71% | 0.75% | - |
| XYZ | 26.87 | 15.45 | 21.3 | - |
| YUV | 104.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 126 | 0 | 0.71 | 0.34 | 0.25 | 328.91 | 0.55 | 0.48 |
| Hex | C0 | 37 | 7E | 0 | 47 | 22 | 19 | 149 | 37 | 30 |
| Octal | 300 | 67 | 176 | 0 | 107 | 42 | 31 | 511 | 67 | 60 |
| Binary | 11000000 | 110111 | 1111110 | 0 | 1000111 | 100010 | 11001 | 101001001 | 110111 | 110000 |
Color Harmonies of #C0377E
Complementary color
Monochromatic Colors of #C0377E
Black with #C0377E
Text Example
Text Example
White with #C0377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0377E; }
p { color: rgb(192,55,126); }
H1.HeaderClassName
{
color: #C0377E;
}
.AnyTagClassName
{
color: #C0377E;
}
</style>
background-color css
<style>
a { background-color: #C0377E; }
a { background-color: rgb(192,55,126); }
div.DivClassName
{
background-color: #C0377E;
}
.BgClassName
{
background-color: #C0377E;
}
</style>
border-color css
<style>
span { border-color: #C0377E; }
span { border-color: rgb(192,55,126); }
td.TdClassName
{
border-color: #C0377E;
}
.TagClassName
{
border-color: #C0377E;
}
</style>