Shades of Medium Red Violet #C2359D
Tints of Medium Red Violet #C2359D
RGB
CMYK
RGB Variations
Color information
#C2359D (or 0xC2359D) is known color: Medium Red Violet. HEX triplet: C2, 35 and 9D. RGB value is (194,53,157). Sum of RGB (Red+Green+Blue) = 194+53+157=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2359D is #3DCA62. Grayscale: #6A6A6A. Windows color (decimal): -4049507 or 10302914. OLE color: 10302914.
HSL color Cylindrical-coordinate representation of color #C2359D: hue angle of 315.74º 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 #C2359D is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 157 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.24 |
| HSL | 315.74º | 0.57% | 0.48% | - |
| HSV(B) | 315.74º | 0.73% | 0.76% | - |
| XYZ | 29.61 | 16.45 | 33.51 | - |
| YUV | 107.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 157 | 0 | 0.73 | 0.19 | 0.24 | 315.74 | 0.57 | 0.48 |
| Hex | C2 | 35 | 9D | 0 | 49 | 13 | 18 | 13C | 39 | 30 |
| Octal | 302 | 65 | 235 | 0 | 111 | 23 | 30 | 474 | 71 | 60 |
| Binary | 11000010 | 110101 | 10011101 | 0 | 1001001 | 10011 | 11000 | 100111100 | 111001 | 110000 |
Color Harmonies of #C2359D
Complementary color
Monochromatic Colors of #C2359D
Black with #C2359D
Text Example
Text Example
White with #C2359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2359D; }
p { color: rgb(194,53,157); }
H1.HeaderClassName
{
color: #C2359D;
}
.AnyTagClassName
{
color: #C2359D;
}
</style>
background-color css
<style>
a { background-color: #C2359D; }
a { background-color: rgb(194,53,157); }
div.DivClassName
{
background-color: #C2359D;
}
.BgClassName
{
background-color: #C2359D;
}
</style>
border-color css
<style>
span { border-color: #C2359D; }
span { border-color: rgb(194,53,157); }
td.TdClassName
{
border-color: #C2359D;
}
.TagClassName
{
border-color: #C2359D;
}
</style>