Shades of Medium Red Violet #C0359C
Tints of Medium Red Violet #C0359C
RGB
CMYK
RGB Variations
Color information
#C0359C (or 0xC0359C) is known color: Medium Red Violet. HEX triplet: C0, 35 and 9C. RGB value is (192,53,156). Sum of RGB (Red+Green+Blue) = 192+53+156=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0359C is #3FCA63. Grayscale: #6A6A6A. Windows color (decimal): -4180580 or 10237376. OLE color: 10237376.
HSL color Cylindrical-coordinate representation of color #C0359C: hue angle of 315.54º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0359C is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 156 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.25 |
| HSL | 315.54º | 0.57% | 0.48% | - |
| HSV(B) | 315.54º | 0.72% | 0.75% | - |
| XYZ | 29.01 | 16.15 | 33.04 | - |
| YUV | 106.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 156 | 0 | 0.72 | 0.19 | 0.25 | 315.54 | 0.57 | 0.48 |
| Hex | C0 | 35 | 9C | 0 | 48 | 13 | 19 | 13C | 39 | 30 |
| Octal | 300 | 65 | 234 | 0 | 110 | 23 | 31 | 474 | 71 | 60 |
| Binary | 11000000 | 110101 | 10011100 | 0 | 1001000 | 10011 | 11001 | 100111100 | 111001 | 110000 |
Color Harmonies of #C0359C
Complementary color
Monochromatic Colors of #C0359C
Black with #C0359C
Text Example
Text Example
White with #C0359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0359C; }
p { color: rgb(192,53,156); }
H1.HeaderClassName
{
color: #C0359C;
}
.AnyTagClassName
{
color: #C0359C;
}
</style>
background-color css
<style>
a { background-color: #C0359C; }
a { background-color: rgb(192,53,156); }
div.DivClassName
{
background-color: #C0359C;
}
.BgClassName
{
background-color: #C0359C;
}
</style>
border-color css
<style>
span { border-color: #C0359C; }
span { border-color: rgb(192,53,156); }
td.TdClassName
{
border-color: #C0359C;
}
.TagClassName
{
border-color: #C0359C;
}
</style>