Shades of Medium Red Violet #C0389A
Tints of Medium Red Violet #C0389A
RGB
CMYK
RGB Variations
Color information
#C0389A (or 0xC0389A) is known color: Medium Red Violet. HEX triplet: C0, 38 and 9A. RGB value is (192,56,154). Sum of RGB (Red+Green+Blue) = 192+56+154=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0389A is #3FC765. Grayscale: #6B6B6B. Windows color (decimal): -4179814 or 10107072. OLE color: 10107072.
HSL color Cylindrical-coordinate representation of color #C0389A: hue angle of 316.76º 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 #C0389A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 154 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.25 |
| HSL | 316.76º | 0.55% | 0.49% | - |
| HSV(B) | 316.76º | 0.71% | 0.75% | - |
| XYZ | 28.99 | 16.37 | 32.2 | - |
| YUV | 107.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 154 | 0 | 0.71 | 0.20 | 0.25 | 316.76 | 0.55 | 0.49 |
| Hex | C0 | 38 | 9A | 0 | 47 | 14 | 19 | 13D | 37 | 31 |
| Octal | 300 | 70 | 232 | 0 | 107 | 24 | 31 | 475 | 67 | 61 |
| Binary | 11000000 | 111000 | 10011010 | 0 | 1000111 | 10100 | 11001 | 100111101 | 110111 | 110001 |
Color Harmonies of #C0389A
Complementary color
Monochromatic Colors of #C0389A
Black with #C0389A
Text Example
Text Example
White with #C0389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0389A; }
p { color: rgb(192,56,154); }
H1.HeaderClassName
{
color: #C0389A;
}
.AnyTagClassName
{
color: #C0389A;
}
</style>
background-color css
<style>
a { background-color: #C0389A; }
a { background-color: rgb(192,56,154); }
div.DivClassName
{
background-color: #C0389A;
}
.BgClassName
{
background-color: #C0389A;
}
</style>
border-color css
<style>
span { border-color: #C0389A; }
span { border-color: rgb(192,56,154); }
td.TdClassName
{
border-color: #C0389A;
}
.TagClassName
{
border-color: #C0389A;
}
</style>