Shades of Medium Red Violet #C4398C
Tints of Medium Red Violet #C4398C
RGB
CMYK
RGB Variations
Color information
#C4398C (or 0xC4398C) is known color: Medium Red Violet. HEX triplet: C4, 39 and 8C. RGB value is (196,57,140). Sum of RGB (Red+Green+Blue) = 196+57+140=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4398C is #3BC673. Grayscale: #6B6B6B. Windows color (decimal): -3917428 or 9189828. OLE color: 9189828.
HSL color Cylindrical-coordinate representation of color #C4398C: hue angle of 324.17º 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 #C4398C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 140 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.23 |
| HSL | 324.17º | 0.55% | 0.5% | - |
| HSV(B) | 324.17º | 0.71% | 0.77% | - |
| XYZ | 28.96 | 16.56 | 26.48 | - |
| YUV | 108.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 140 | 0 | 0.71 | 0.29 | 0.23 | 324.17 | 0.55 | 0.5 |
| Hex | C4 | 39 | 8C | 0 | 47 | 1D | 17 | 144 | 37 | 32 |
| Octal | 304 | 71 | 214 | 0 | 107 | 35 | 27 | 504 | 67 | 62 |
| Binary | 11000100 | 111001 | 10001100 | 0 | 1000111 | 11101 | 10111 | 101000100 | 110111 | 110010 |
Color Harmonies of #C4398C
Complementary color
Monochromatic Colors of #C4398C
Black with #C4398C
Text Example
Text Example
White with #C4398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4398C; }
p { color: rgb(196,57,140); }
H1.HeaderClassName
{
color: #C4398C;
}
.AnyTagClassName
{
color: #C4398C;
}
</style>
background-color css
<style>
a { background-color: #C4398C; }
a { background-color: rgb(196,57,140); }
div.DivClassName
{
background-color: #C4398C;
}
.BgClassName
{
background-color: #C4398C;
}
</style>
border-color css
<style>
span { border-color: #C4398C; }
span { border-color: rgb(196,57,140); }
td.TdClassName
{
border-color: #C4398C;
}
.TagClassName
{
border-color: #C4398C;
}
</style>