Shades of Medium Red Violet #C4379C
Tints of Medium Red Violet #C4379C
RGB
CMYK
RGB Variations
Color information
#C4379C (or 0xC4379C) is known color: Medium Red Violet. HEX triplet: C4, 37 and 9C. RGB value is (196,55,156). Sum of RGB (Red+Green+Blue) = 196+55+156=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4379C is #3BC863. Grayscale: #6C6C6C. Windows color (decimal): -3917924 or 10237892. OLE color: 10237892.
HSL color Cylindrical-coordinate representation of color #C4379C: hue angle of 317.02º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4379C is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 156 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.23 |
| HSL | 317.02º | 0.56% | 0.49% | - |
| HSV(B) | 317.02º | 0.72% | 0.77% | - |
| XYZ | 30.13 | 16.87 | 33.12 | - |
| YUV | 108.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 156 | 0 | 0.72 | 0.20 | 0.23 | 317.02 | 0.56 | 0.49 |
| Hex | C4 | 37 | 9C | 0 | 48 | 14 | 17 | 13D | 38 | 31 |
| Octal | 304 | 67 | 234 | 0 | 110 | 24 | 27 | 475 | 70 | 61 |
| Binary | 11000100 | 110111 | 10011100 | 0 | 1001000 | 10100 | 10111 | 100111101 | 111000 | 110001 |
Color Harmonies of #C4379C
Complementary color
Monochromatic Colors of #C4379C
Black with #C4379C
Text Example
Text Example
White with #C4379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4379C; }
p { color: rgb(196,55,156); }
H1.HeaderClassName
{
color: #C4379C;
}
.AnyTagClassName
{
color: #C4379C;
}
</style>
background-color css
<style>
a { background-color: #C4379C; }
a { background-color: rgb(196,55,156); }
div.DivClassName
{
background-color: #C4379C;
}
.BgClassName
{
background-color: #C4379C;
}
</style>
border-color css
<style>
span { border-color: #C4379C; }
span { border-color: rgb(196,55,156); }
td.TdClassName
{
border-color: #C4379C;
}
.TagClassName
{
border-color: #C4379C;
}
</style>