Shades of Medium Red Violet #C0348C
Tints of Medium Red Violet #C0348C
RGB
CMYK
RGB Variations
Color information
#C0348C (or 0xC0348C) is known color: Medium Red Violet. HEX triplet: C0, 34 and 8C. RGB value is (192,52,140). Sum of RGB (Red+Green+Blue) = 192+52+140=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0348C is #3FCB73. Grayscale: #676767. Windows color (decimal): -4180852 or 9188544. OLE color: 9188544.
HSL color Cylindrical-coordinate representation of color #C0348C: hue angle of 322.29º 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 #C0348C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 140 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.25 |
| HSL | 322.29º | 0.57% | 0.48% | - |
| HSV(B) | 322.29º | 0.73% | 0.75% | - |
| XYZ | 27.7 | 15.56 | 26.35 | - |
| YUV | 103.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 140 | 0 | 0.73 | 0.27 | 0.25 | 322.29 | 0.57 | 0.48 |
| Hex | C0 | 34 | 8C | 0 | 49 | 1B | 19 | 142 | 39 | 30 |
| Octal | 300 | 64 | 214 | 0 | 111 | 33 | 31 | 502 | 71 | 60 |
| Binary | 11000000 | 110100 | 10001100 | 0 | 1001001 | 11011 | 11001 | 101000010 | 111001 | 110000 |
Color Harmonies of #C0348C
Complementary color
Monochromatic Colors of #C0348C
Black with #C0348C
Text Example
Text Example
White with #C0348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0348C; }
p { color: rgb(192,52,140); }
H1.HeaderClassName
{
color: #C0348C;
}
.AnyTagClassName
{
color: #C0348C;
}
</style>
background-color css
<style>
a { background-color: #C0348C; }
a { background-color: rgb(192,52,140); }
div.DivClassName
{
background-color: #C0348C;
}
.BgClassName
{
background-color: #C0348C;
}
</style>
border-color css
<style>
span { border-color: #C0348C; }
span { border-color: rgb(192,52,140); }
td.TdClassName
{
border-color: #C0348C;
}
.TagClassName
{
border-color: #C0348C;
}
</style>