Shades of Medium Red Violet #C0389D
Tints of Medium Red Violet #C0389D
RGB
CMYK
RGB Variations
Color information
#C0389D (or 0xC0389D) is known color: Medium Red Violet. HEX triplet: C0, 38 and 9D. RGB value is (192,56,157). Sum of RGB (Red+Green+Blue) = 192+56+157=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0389D is #3FC762. Grayscale: #6B6B6B. Windows color (decimal): -4179811 or 10303680. OLE color: 10303680.
HSL color Cylindrical-coordinate representation of color #C0389D: hue angle of 315.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0389D is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 157 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.25 |
| HSL | 315.44º | 0.55% | 0.49% | - |
| HSV(B) | 315.44º | 0.71% | 0.75% | - |
| XYZ | 29.24 | 16.47 | 33.54 | - |
| YUV | 108.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 157 | 0 | 0.71 | 0.18 | 0.25 | 315.44 | 0.55 | 0.49 |
| Hex | C0 | 38 | 9D | 0 | 47 | 12 | 19 | 13B | 37 | 31 |
| Octal | 300 | 70 | 235 | 0 | 107 | 22 | 31 | 473 | 67 | 61 |
| Binary | 11000000 | 111000 | 10011101 | 0 | 1000111 | 10010 | 11001 | 100111011 | 110111 | 110001 |
Color Harmonies of #C0389D
Complementary color
Monochromatic Colors of #C0389D
Black with #C0389D
Text Example
Text Example
White with #C0389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0389D; }
p { color: rgb(192,56,157); }
H1.HeaderClassName
{
color: #C0389D;
}
.AnyTagClassName
{
color: #C0389D;
}
</style>
background-color css
<style>
a { background-color: #C0389D; }
a { background-color: rgb(192,56,157); }
div.DivClassName
{
background-color: #C0389D;
}
.BgClassName
{
background-color: #C0389D;
}
</style>
border-color css
<style>
span { border-color: #C0389D; }
span { border-color: rgb(192,56,157); }
td.TdClassName
{
border-color: #C0389D;
}
.TagClassName
{
border-color: #C0389D;
}
</style>