Shades of Medium Red Violet #C2359C
Tints of Medium Red Violet #C2359C
RGB
CMYK
RGB Variations
Color information
#C2359C (or 0xC2359C) is known color: Medium Red Violet. HEX triplet: C2, 35 and 9C. RGB value is (194,53,156). Sum of RGB (Red+Green+Blue) = 194+53+156=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2359C is #3DCA63. Grayscale: #6A6A6A. Windows color (decimal): -4049508 or 10237378. OLE color: 10237378.
HSL color Cylindrical-coordinate representation of color #C2359C: hue angle of 316.17º 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 #C2359C is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 156 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.24 |
| HSL | 316.17º | 0.57% | 0.48% | - |
| HSV(B) | 316.17º | 0.73% | 0.76% | - |
| XYZ | 29.52 | 16.42 | 33.07 | - |
| YUV | 106.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 156 | 0 | 0.73 | 0.20 | 0.24 | 316.17 | 0.57 | 0.48 |
| Hex | C2 | 35 | 9C | 0 | 49 | 14 | 18 | 13C | 39 | 30 |
| Octal | 302 | 65 | 234 | 0 | 111 | 24 | 30 | 474 | 71 | 60 |
| Binary | 11000010 | 110101 | 10011100 | 0 | 1001001 | 10100 | 11000 | 100111100 | 111001 | 110000 |
Color Harmonies of #C2359C
Complementary color
Monochromatic Colors of #C2359C
Black with #C2359C
Text Example
Text Example
White with #C2359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2359C; }
p { color: rgb(194,53,156); }
H1.HeaderClassName
{
color: #C2359C;
}
.AnyTagClassName
{
color: #C2359C;
}
</style>
background-color css
<style>
a { background-color: #C2359C; }
a { background-color: rgb(194,53,156); }
div.DivClassName
{
background-color: #C2359C;
}
.BgClassName
{
background-color: #C2359C;
}
</style>
border-color css
<style>
span { border-color: #C2359C; }
span { border-color: rgb(194,53,156); }
td.TdClassName
{
border-color: #C2359C;
}
.TagClassName
{
border-color: #C2359C;
}
</style>