Shades of Medium Red Violet #C4357D
Tints of Medium Red Violet #C4357D
RGB
CMYK
RGB Variations
Color information
#C4357D (or 0xC4357D) is known color: Medium Red Violet. HEX triplet: C4, 35 and 7D. RGB value is (196,53,125). Sum of RGB (Red+Green+Blue) = 196+53+125=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4357D is #3BCA82. Grayscale: #676767. Windows color (decimal): -3918467 or 8205764. OLE color: 8205764.
HSL color Cylindrical-coordinate representation of color #C4357D: hue angle of 329.79º 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 #C4357D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 125 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.23 |
| HSL | 329.79º | 0.57% | 0.49% | - |
| HSV(B) | 329.79º | 0.73% | 0.77% | - |
| XYZ | 27.74 | 15.76 | 20.98 | - |
| YUV | 103.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 125 | 0 | 0.73 | 0.36 | 0.23 | 329.79 | 0.57 | 0.49 |
| Hex | C4 | 35 | 7D | 0 | 49 | 24 | 17 | 14A | 39 | 31 |
| Octal | 304 | 65 | 175 | 0 | 111 | 44 | 27 | 512 | 71 | 61 |
| Binary | 11000100 | 110101 | 1111101 | 0 | 1001001 | 100100 | 10111 | 101001010 | 111001 | 110001 |
Color Harmonies of #C4357D
Complementary color
Monochromatic Colors of #C4357D
Black with #C4357D
Text Example
Text Example
White with #C4357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4357D; }
p { color: rgb(196,53,125); }
H1.HeaderClassName
{
color: #C4357D;
}
.AnyTagClassName
{
color: #C4357D;
}
</style>
background-color css
<style>
a { background-color: #C4357D; }
a { background-color: rgb(196,53,125); }
div.DivClassName
{
background-color: #C4357D;
}
.BgClassName
{
background-color: #C4357D;
}
</style>
border-color css
<style>
span { border-color: #C4357D; }
span { border-color: rgb(196,53,125); }
td.TdClassName
{
border-color: #C4357D;
}
.TagClassName
{
border-color: #C4357D;
}
</style>