Shades of Medium Red Violet #C4377F
Tints of Medium Red Violet #C4377F
RGB
CMYK
RGB Variations
Color information
#C4377F (or 0xC4377F) is known color: Medium Red Violet. HEX triplet: C4, 37 and 7F. RGB value is (196,55,127). Sum of RGB (Red+Green+Blue) = 196+55+127=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4377F is #3BC880. Grayscale: #696969. Windows color (decimal): -3917953 or 8337348. OLE color: 8337348.
HSL color Cylindrical-coordinate representation of color #C4377F: hue angle of 329.36º 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 #C4377F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 127 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.23 |
| HSL | 329.36º | 0.56% | 0.49% | - |
| HSV(B) | 329.36º | 0.72% | 0.77% | - |
| XYZ | 27.96 | 16 | 21.69 | - |
| YUV | 105.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 127 | 0 | 0.72 | 0.35 | 0.23 | 329.36 | 0.56 | 0.49 |
| Hex | C4 | 37 | 7F | 0 | 48 | 23 | 17 | 149 | 38 | 31 |
| Octal | 304 | 67 | 177 | 0 | 110 | 43 | 27 | 511 | 70 | 61 |
| Binary | 11000100 | 110111 | 1111111 | 0 | 1001000 | 100011 | 10111 | 101001001 | 111000 | 110001 |
Color Harmonies of #C4377F
Complementary color
Monochromatic Colors of #C4377F
Black with #C4377F
Text Example
Text Example
White with #C4377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4377F; }
p { color: rgb(196,55,127); }
H1.HeaderClassName
{
color: #C4377F;
}
.AnyTagClassName
{
color: #C4377F;
}
</style>
background-color css
<style>
a { background-color: #C4377F; }
a { background-color: rgb(196,55,127); }
div.DivClassName
{
background-color: #C4377F;
}
.BgClassName
{
background-color: #C4377F;
}
</style>
border-color css
<style>
span { border-color: #C4377F; }
span { border-color: rgb(196,55,127); }
td.TdClassName
{
border-color: #C4377F;
}
.TagClassName
{
border-color: #C4377F;
}
</style>