Shades of Medium Red Violet #C0357C
Tints of Medium Red Violet #C0357C
RGB
CMYK
RGB Variations
Color information
#C0357C (or 0xC0357C) is known color: Medium Red Violet. HEX triplet: C0, 35 and 7C. RGB value is (192,53,124). Sum of RGB (Red+Green+Blue) = 192+53+124=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0357C is #3FCA83. Grayscale: #666666. Windows color (decimal): -4180612 or 8140224. OLE color: 8140224.
HSL color Cylindrical-coordinate representation of color #C0357C: hue angle of 329.35º 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 #C0357C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 124 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.25 |
| HSL | 329.35º | 0.57% | 0.48% | - |
| HSV(B) | 329.35º | 0.72% | 0.75% | - |
| XYZ | 26.65 | 15.21 | 20.6 | - |
| YUV | 102.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 124 | 0 | 0.72 | 0.35 | 0.25 | 329.35 | 0.57 | 0.48 |
| Hex | C0 | 35 | 7C | 0 | 48 | 23 | 19 | 149 | 39 | 30 |
| Octal | 300 | 65 | 174 | 0 | 110 | 43 | 31 | 511 | 71 | 60 |
| Binary | 11000000 | 110101 | 1111100 | 0 | 1001000 | 100011 | 11001 | 101001001 | 111001 | 110000 |
Color Harmonies of #C0357C
Complementary color
Monochromatic Colors of #C0357C
Black with #C0357C
Text Example
Text Example
White with #C0357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0357C; }
p { color: rgb(192,53,124); }
H1.HeaderClassName
{
color: #C0357C;
}
.AnyTagClassName
{
color: #C0357C;
}
</style>
background-color css
<style>
a { background-color: #C0357C; }
a { background-color: rgb(192,53,124); }
div.DivClassName
{
background-color: #C0357C;
}
.BgClassName
{
background-color: #C0357C;
}
</style>
border-color css
<style>
span { border-color: #C0357C; }
span { border-color: rgb(192,53,124); }
td.TdClassName
{
border-color: #C0357C;
}
.TagClassName
{
border-color: #C0357C;
}
</style>