Shades of Medium Red Violet #C3378D
Tints of Medium Red Violet #C3378D
RGB
CMYK
RGB Variations
Color information
#C3378D (or 0xC3378D) is known color: Medium Red Violet. HEX triplet: C3, 37 and 8D. RGB value is (195,55,141). Sum of RGB (Red+Green+Blue) = 195+55+141=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3378D is #3CC872. Grayscale: #6A6A6A. Windows color (decimal): -3983475 or 9254851. OLE color: 9254851.
HSL color Cylindrical-coordinate representation of color #C3378D: hue angle of 323.14º 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 #C3378D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 141 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.24 |
| HSL | 323.14º | 0.56% | 0.49% | - |
| HSV(B) | 323.14º | 0.72% | 0.76% | - |
| XYZ | 28.68 | 16.26 | 26.83 | - |
| YUV | 106.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 141 | 0 | 0.72 | 0.28 | 0.24 | 323.14 | 0.56 | 0.49 |
| Hex | C3 | 37 | 8D | 0 | 48 | 1C | 18 | 143 | 38 | 31 |
| Octal | 303 | 67 | 215 | 0 | 110 | 34 | 30 | 503 | 70 | 61 |
| Binary | 11000011 | 110111 | 10001101 | 0 | 1001000 | 11100 | 11000 | 101000011 | 111000 | 110001 |
Color Harmonies of #C3378D
Complementary color
Monochromatic Colors of #C3378D
Black with #C3378D
Text Example
Text Example
White with #C3378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3378D; }
p { color: rgb(195,55,141); }
H1.HeaderClassName
{
color: #C3378D;
}
.AnyTagClassName
{
color: #C3378D;
}
</style>
background-color css
<style>
a { background-color: #C3378D; }
a { background-color: rgb(195,55,141); }
div.DivClassName
{
background-color: #C3378D;
}
.BgClassName
{
background-color: #C3378D;
}
</style>
border-color css
<style>
span { border-color: #C3378D; }
span { border-color: rgb(195,55,141); }
td.TdClassName
{
border-color: #C3378D;
}
.TagClassName
{
border-color: #C3378D;
}
</style>