Shades of Medium Red Violet #C2357C
Tints of Medium Red Violet #C2357C
RGB
CMYK
RGB Variations
Color information
#C2357C (or 0xC2357C) is known color: Medium Red Violet. HEX triplet: C2, 35 and 7C. RGB value is (194,53,124). Sum of RGB (Red+Green+Blue) = 194+53+124=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2357C is #3DCA83. Grayscale: #676767. Windows color (decimal): -4049540 or 8140226. OLE color: 8140226.
HSL color Cylindrical-coordinate representation of color #C2357C: hue angle of 329.79º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2357C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 124 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.24 |
| HSL | 329.79º | 0.57% | 0.48% | - |
| HSV(B) | 329.79º | 0.73% | 0.76% | - |
| XYZ | 27.16 | 15.47 | 20.62 | - |
| YUV | 103.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 124 | 0 | 0.73 | 0.36 | 0.24 | 329.79 | 0.57 | 0.48 |
| Hex | C2 | 35 | 7C | 0 | 49 | 24 | 18 | 14A | 39 | 30 |
| Octal | 302 | 65 | 174 | 0 | 111 | 44 | 30 | 512 | 71 | 60 |
| Binary | 11000010 | 110101 | 1111100 | 0 | 1001001 | 100100 | 11000 | 101001010 | 111001 | 110000 |
Color Harmonies of #C2357C
Complementary color
Monochromatic Colors of #C2357C
Black with #C2357C
Text Example
Text Example
White with #C2357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2357C; }
p { color: rgb(194,53,124); }
H1.HeaderClassName
{
color: #C2357C;
}
.AnyTagClassName
{
color: #C2357C;
}
</style>
background-color css
<style>
a { background-color: #C2357C; }
a { background-color: rgb(194,53,124); }
div.DivClassName
{
background-color: #C2357C;
}
.BgClassName
{
background-color: #C2357C;
}
</style>
border-color css
<style>
span { border-color: #C2357C; }
span { border-color: rgb(194,53,124); }
td.TdClassName
{
border-color: #C2357C;
}
.TagClassName
{
border-color: #C2357C;
}
</style>