Shades of Medium Red Violet #C0358D
Tints of Medium Red Violet #C0358D
RGB
CMYK
RGB Variations
Color information
#C0358D (or 0xC0358D) is known color: Medium Red Violet. HEX triplet: C0, 35 and 8D. RGB value is (192,53,141). Sum of RGB (Red+Green+Blue) = 192+53+141=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0358D is #3FCA72. Grayscale: #686868. Windows color (decimal): -4180595 or 9254336. OLE color: 9254336.
HSL color Cylindrical-coordinate representation of color #C0358D: hue angle of 322.01º 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 #C0358D is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 141 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.25 |
| HSL | 322.01º | 0.57% | 0.48% | - |
| HSV(B) | 322.01º | 0.72% | 0.75% | - |
| XYZ | 27.82 | 15.68 | 26.76 | - |
| YUV | 104.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 141 | 0 | 0.72 | 0.27 | 0.25 | 322.01 | 0.57 | 0.48 |
| Hex | C0 | 35 | 8D | 0 | 48 | 1B | 19 | 142 | 39 | 30 |
| Octal | 300 | 65 | 215 | 0 | 110 | 33 | 31 | 502 | 71 | 60 |
| Binary | 11000000 | 110101 | 10001101 | 0 | 1001000 | 11011 | 11001 | 101000010 | 111001 | 110000 |
Color Harmonies of #C0358D
Complementary color
Monochromatic Colors of #C0358D
Black with #C0358D
Text Example
Text Example
White with #C0358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0358D; }
p { color: rgb(192,53,141); }
H1.HeaderClassName
{
color: #C0358D;
}
.AnyTagClassName
{
color: #C0358D;
}
</style>
background-color css
<style>
a { background-color: #C0358D; }
a { background-color: rgb(192,53,141); }
div.DivClassName
{
background-color: #C0358D;
}
.BgClassName
{
background-color: #C0358D;
}
</style>
border-color css
<style>
span { border-color: #C0358D; }
span { border-color: rgb(192,53,141); }
td.TdClassName
{
border-color: #C0358D;
}
.TagClassName
{
border-color: #C0358D;
}
</style>