Shades of Medium Red Violet #C4358D
Tints of Medium Red Violet #C4358D
RGB
CMYK
RGB Variations
Color information
#C4358D (or 0xC4358D) is known color: Medium Red Violet. HEX triplet: C4, 35 and 8D. RGB value is (196,53,141). Sum of RGB (Red+Green+Blue) = 196+53+141=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4358D is #3BCA72. Grayscale: #696969. Windows color (decimal): -3918451 or 9254340. OLE color: 9254340.
HSL color Cylindrical-coordinate representation of color #C4358D: hue angle of 323.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4358D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 141 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.23 |
| HSL | 323.08º | 0.57% | 0.49% | - |
| HSV(B) | 323.08º | 0.73% | 0.77% | - |
| XYZ | 28.85 | 16.21 | 26.81 | - |
| YUV | 105.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 141 | 0 | 0.73 | 0.28 | 0.23 | 323.08 | 0.57 | 0.49 |
| Hex | C4 | 35 | 8D | 0 | 49 | 1C | 17 | 143 | 39 | 31 |
| Octal | 304 | 65 | 215 | 0 | 111 | 34 | 27 | 503 | 71 | 61 |
| Binary | 11000100 | 110101 | 10001101 | 0 | 1001001 | 11100 | 10111 | 101000011 | 111001 | 110001 |
Color Harmonies of #C4358D
Complementary color
Monochromatic Colors of #C4358D
Black with #C4358D
Text Example
Text Example
White with #C4358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4358D; }
p { color: rgb(196,53,141); }
H1.HeaderClassName
{
color: #C4358D;
}
.AnyTagClassName
{
color: #C4358D;
}
</style>
background-color css
<style>
a { background-color: #C4358D; }
a { background-color: rgb(196,53,141); }
div.DivClassName
{
background-color: #C4358D;
}
.BgClassName
{
background-color: #C4358D;
}
</style>
border-color css
<style>
span { border-color: #C4358D; }
span { border-color: rgb(196,53,141); }
td.TdClassName
{
border-color: #C4358D;
}
.TagClassName
{
border-color: #C4358D;
}
</style>