Shades of Medium Red Violet #C0377D
Tints of Medium Red Violet #C0377D
RGB
CMYK
RGB Variations
Color information
#C0377D (or 0xC0377D) is known color: Medium Red Violet. HEX triplet: C0, 37 and 7D. RGB value is (192,55,125). Sum of RGB (Red+Green+Blue) = 192+55+125=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0377D is #3FC882. Grayscale: #676767. Windows color (decimal): -4180099 or 8206272. OLE color: 8206272.
HSL color Cylindrical-coordinate representation of color #C0377D: hue angle of 329.34º 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 #C0377D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 125 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.25 |
| HSL | 329.34º | 0.55% | 0.48% | - |
| HSV(B) | 329.34º | 0.71% | 0.75% | - |
| XYZ | 26.81 | 15.42 | 20.97 | - |
| YUV | 103.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 125 | 0 | 0.71 | 0.35 | 0.25 | 329.34 | 0.55 | 0.48 |
| Hex | C0 | 37 | 7D | 0 | 47 | 23 | 19 | 149 | 37 | 30 |
| Octal | 300 | 67 | 175 | 0 | 107 | 43 | 31 | 511 | 67 | 60 |
| Binary | 11000000 | 110111 | 1111101 | 0 | 1000111 | 100011 | 11001 | 101001001 | 110111 | 110000 |
Color Harmonies of #C0377D
Complementary color
Monochromatic Colors of #C0377D
Black with #C0377D
Text Example
Text Example
White with #C0377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0377D; }
p { color: rgb(192,55,125); }
H1.HeaderClassName
{
color: #C0377D;
}
.AnyTagClassName
{
color: #C0377D;
}
</style>
background-color css
<style>
a { background-color: #C0377D; }
a { background-color: rgb(192,55,125); }
div.DivClassName
{
background-color: #C0377D;
}
.BgClassName
{
background-color: #C0377D;
}
</style>
border-color css
<style>
span { border-color: #C0377D; }
span { border-color: rgb(192,55,125); }
td.TdClassName
{
border-color: #C0377D;
}
.TagClassName
{
border-color: #C0377D;
}
</style>