Shades of Medium Red Violet #C4357A
Tints of Medium Red Violet #C4357A
RGB
CMYK
RGB Variations
Color information
#C4357A (or 0xC4357A) is known color: Medium Red Violet. HEX triplet: C4, 35 and 7A. RGB value is (196,53,122). Sum of RGB (Red+Green+Blue) = 196+53+122=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4357A is #3BCA85. Grayscale: #676767. Windows color (decimal): -3918470 or 8009156. OLE color: 8009156.
HSL color Cylindrical-coordinate representation of color #C4357A: hue angle of 331.05º 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 #C4357A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 122 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.23 |
| HSL | 331.05º | 0.57% | 0.49% | - |
| HSV(B) | 331.05º | 0.73% | 0.77% | - |
| XYZ | 27.55 | 15.69 | 19.99 | - |
| YUV | 103.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 122 | 0 | 0.73 | 0.38 | 0.23 | 331.05 | 0.57 | 0.49 |
| Hex | C4 | 35 | 7A | 0 | 49 | 26 | 17 | 14B | 39 | 31 |
| Octal | 304 | 65 | 172 | 0 | 111 | 46 | 27 | 513 | 71 | 61 |
| Binary | 11000100 | 110101 | 1111010 | 0 | 1001001 | 100110 | 10111 | 101001011 | 111001 | 110001 |
Color Harmonies of #C4357A
Complementary color
Monochromatic Colors of #C4357A
Black with #C4357A
Text Example
Text Example
White with #C4357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4357A; }
p { color: rgb(196,53,122); }
H1.HeaderClassName
{
color: #C4357A;
}
.AnyTagClassName
{
color: #C4357A;
}
</style>
background-color css
<style>
a { background-color: #C4357A; }
a { background-color: rgb(196,53,122); }
div.DivClassName
{
background-color: #C4357A;
}
.BgClassName
{
background-color: #C4357A;
}
</style>
border-color css
<style>
span { border-color: #C4357A; }
span { border-color: rgb(196,53,122); }
td.TdClassName
{
border-color: #C4357A;
}
.TagClassName
{
border-color: #C4357A;
}
</style>