Shades of Medium Red Violet #C4397F
Tints of Medium Red Violet #C4397F
RGB
CMYK
RGB Variations
Color information
#C4397F (or 0xC4397F) is known color: Medium Red Violet. HEX triplet: C4, 39 and 7F. RGB value is (196,57,127). Sum of RGB (Red+Green+Blue) = 196+57+127=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4397F is #3BC680. Grayscale: #6A6A6A. Windows color (decimal): -3917441 or 8337860. OLE color: 8337860.
HSL color Cylindrical-coordinate representation of color #C4397F: hue angle of 329.78º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4397F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 127 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.23 |
| HSL | 329.78º | 0.55% | 0.5% | - |
| HSV(B) | 329.78º | 0.71% | 0.77% | - |
| XYZ | 28.06 | 16.19 | 21.73 | - |
| YUV | 106.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 127 | 0 | 0.71 | 0.35 | 0.23 | 329.78 | 0.55 | 0.5 |
| Hex | C4 | 39 | 7F | 0 | 47 | 23 | 17 | 14A | 37 | 32 |
| Octal | 304 | 71 | 177 | 0 | 107 | 43 | 27 | 512 | 67 | 62 |
| Binary | 11000100 | 111001 | 1111111 | 0 | 1000111 | 100011 | 10111 | 101001010 | 110111 | 110010 |
Color Harmonies of #C4397F
Complementary color
Monochromatic Colors of #C4397F
Black with #C4397F
Text Example
Text Example
White with #C4397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4397F; }
p { color: rgb(196,57,127); }
H1.HeaderClassName
{
color: #C4397F;
}
.AnyTagClassName
{
color: #C4397F;
}
</style>
background-color css
<style>
a { background-color: #C4397F; }
a { background-color: rgb(196,57,127); }
div.DivClassName
{
background-color: #C4397F;
}
.BgClassName
{
background-color: #C4397F;
}
</style>
border-color css
<style>
span { border-color: #C4397F; }
span { border-color: rgb(196,57,127); }
td.TdClassName
{
border-color: #C4397F;
}
.TagClassName
{
border-color: #C4397F;
}
</style>