Shades of Medium Red Violet #C0378E
Tints of Medium Red Violet #C0378E
RGB
CMYK
RGB Variations
Color information
#C0378E (or 0xC0378E) is known color: Medium Red Violet. HEX triplet: C0, 37 and 8E. RGB value is (192,55,142). Sum of RGB (Red+Green+Blue) = 192+55+142=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0378E is #3FC871. Grayscale: #696969. Windows color (decimal): -4180082 or 9320384. OLE color: 9320384.
HSL color Cylindrical-coordinate representation of color #C0378E: hue angle of 321.9º 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 #C0378E is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 142 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.25 |
| HSL | 321.9º | 0.55% | 0.48% | - |
| HSV(B) | 321.9º | 0.71% | 0.75% | - |
| XYZ | 27.99 | 15.89 | 27.18 | - |
| YUV | 105.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 142 | 0 | 0.71 | 0.26 | 0.25 | 321.9 | 0.55 | 0.48 |
| Hex | C0 | 37 | 8E | 0 | 47 | 1A | 19 | 142 | 37 | 30 |
| Octal | 300 | 67 | 216 | 0 | 107 | 32 | 31 | 502 | 67 | 60 |
| Binary | 11000000 | 110111 | 10001110 | 0 | 1000111 | 11010 | 11001 | 101000010 | 110111 | 110000 |
Color Harmonies of #C0378E
Complementary color
Monochromatic Colors of #C0378E
Black with #C0378E
Text Example
Text Example
White with #C0378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0378E; }
p { color: rgb(192,55,142); }
H1.HeaderClassName
{
color: #C0378E;
}
.AnyTagClassName
{
color: #C0378E;
}
</style>
background-color css
<style>
a { background-color: #C0378E; }
a { background-color: rgb(192,55,142); }
div.DivClassName
{
background-color: #C0378E;
}
.BgClassName
{
background-color: #C0378E;
}
</style>
border-color css
<style>
span { border-color: #C0378E; }
span { border-color: rgb(192,55,142); }
td.TdClassName
{
border-color: #C0378E;
}
.TagClassName
{
border-color: #C0378E;
}
</style>