Shades of Medium Red Violet #C4377A
Tints of Medium Red Violet #C4377A
RGB
CMYK
RGB Variations
Color information
#C4377A (or 0xC4377A) is known color: Medium Red Violet. HEX triplet: C4, 37 and 7A. RGB value is (196,55,122). Sum of RGB (Red+Green+Blue) = 196+55+122=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4377A is #3BC885. Grayscale: #686868. Windows color (decimal): -3917958 or 8009668. OLE color: 8009668.
HSL color Cylindrical-coordinate representation of color #C4377A: hue angle of 331.49º 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 #C4377A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 122 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.23 |
| HSL | 331.49º | 0.56% | 0.49% | - |
| HSV(B) | 331.49º | 0.72% | 0.77% | - |
| XYZ | 27.64 | 15.87 | 20.02 | - |
| YUV | 104.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 122 | 0 | 0.72 | 0.38 | 0.23 | 331.49 | 0.56 | 0.49 |
| Hex | C4 | 37 | 7A | 0 | 48 | 26 | 17 | 14B | 38 | 31 |
| Octal | 304 | 67 | 172 | 0 | 110 | 46 | 27 | 513 | 70 | 61 |
| Binary | 11000100 | 110111 | 1111010 | 0 | 1001000 | 100110 | 10111 | 101001011 | 111000 | 110001 |
Color Harmonies of #C4377A
Complementary color
Monochromatic Colors of #C4377A
Black with #C4377A
Text Example
Text Example
White with #C4377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4377A; }
p { color: rgb(196,55,122); }
H1.HeaderClassName
{
color: #C4377A;
}
.AnyTagClassName
{
color: #C4377A;
}
</style>
background-color css
<style>
a { background-color: #C4377A; }
a { background-color: rgb(196,55,122); }
div.DivClassName
{
background-color: #C4377A;
}
.BgClassName
{
background-color: #C4377A;
}
</style>
border-color css
<style>
span { border-color: #C4377A; }
span { border-color: rgb(196,55,122); }
td.TdClassName
{
border-color: #C4377A;
}
.TagClassName
{
border-color: #C4377A;
}
</style>