Shades of Medium Red Violet #C0348B
Tints of Medium Red Violet #C0348B
RGB
CMYK
RGB Variations
Color information
#C0348B (or 0xC0348B) is known color: Medium Red Violet. HEX triplet: C0, 34 and 8B. RGB value is (192,52,139). Sum of RGB (Red+Green+Blue) = 192+52+139=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0348B is #3FCB74. Grayscale: #676767. Windows color (decimal): -4180853 or 9123008. OLE color: 9123008.
HSL color Cylindrical-coordinate representation of color #C0348B: hue angle of 322.71º 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 #C0348B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 139 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.25 |
| HSL | 322.71º | 0.57% | 0.48% | - |
| HSV(B) | 322.71º | 0.73% | 0.75% | - |
| XYZ | 27.63 | 15.53 | 25.97 | - |
| YUV | 103.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 139 | 0 | 0.73 | 0.28 | 0.25 | 322.71 | 0.57 | 0.48 |
| Hex | C0 | 34 | 8B | 0 | 49 | 1C | 19 | 143 | 39 | 30 |
| Octal | 300 | 64 | 213 | 0 | 111 | 34 | 31 | 503 | 71 | 60 |
| Binary | 11000000 | 110100 | 10001011 | 0 | 1001001 | 11100 | 11001 | 101000011 | 111001 | 110000 |
Color Harmonies of #C0348B
Complementary color
Monochromatic Colors of #C0348B
Black with #C0348B
Text Example
Text Example
White with #C0348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0348B; }
p { color: rgb(192,52,139); }
H1.HeaderClassName
{
color: #C0348B;
}
.AnyTagClassName
{
color: #C0348B;
}
</style>
background-color css
<style>
a { background-color: #C0348B; }
a { background-color: rgb(192,52,139); }
div.DivClassName
{
background-color: #C0348B;
}
.BgClassName
{
background-color: #C0348B;
}
</style>
border-color css
<style>
span { border-color: #C0348B; }
span { border-color: rgb(192,52,139); }
td.TdClassName
{
border-color: #C0348B;
}
.TagClassName
{
border-color: #C0348B;
}
</style>