Shades of Medium Red Violet #C0348D
Tints of Medium Red Violet #C0348D
RGB
CMYK
RGB Variations
Color information
#C0348D (or 0xC0348D) is known color: Medium Red Violet. HEX triplet: C0, 34 and 8D. RGB value is (192,52,141). Sum of RGB (Red+Green+Blue) = 192+52+141=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0348D is #3FCB72. Grayscale: #676767. Windows color (decimal): -4180851 or 9254080. OLE color: 9254080.
HSL color Cylindrical-coordinate representation of color #C0348D: hue angle of 321.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0348D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 141 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.25 |
| HSL | 321.86º | 0.57% | 0.48% | - |
| HSV(B) | 321.86º | 0.73% | 0.75% | - |
| XYZ | 27.77 | 15.59 | 26.74 | - |
| YUV | 104.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 141 | 0 | 0.73 | 0.27 | 0.25 | 321.86 | 0.57 | 0.48 |
| Hex | C0 | 34 | 8D | 0 | 49 | 1B | 19 | 142 | 39 | 30 |
| Octal | 300 | 64 | 215 | 0 | 111 | 33 | 31 | 502 | 71 | 60 |
| Binary | 11000000 | 110100 | 10001101 | 0 | 1001001 | 11011 | 11001 | 101000010 | 111001 | 110000 |
Color Harmonies of #C0348D
Complementary color
Monochromatic Colors of #C0348D
Black with #C0348D
Text Example
Text Example
White with #C0348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0348D; }
p { color: rgb(192,52,141); }
H1.HeaderClassName
{
color: #C0348D;
}
.AnyTagClassName
{
color: #C0348D;
}
</style>
background-color css
<style>
a { background-color: #C0348D; }
a { background-color: rgb(192,52,141); }
div.DivClassName
{
background-color: #C0348D;
}
.BgClassName
{
background-color: #C0348D;
}
</style>
border-color css
<style>
span { border-color: #C0348D; }
span { border-color: rgb(192,52,141); }
td.TdClassName
{
border-color: #C0348D;
}
.TagClassName
{
border-color: #C0348D;
}
</style>