Shades of Medium Red Violet #C0388D
Tints of Medium Red Violet #C0388D
RGB
CMYK
RGB Variations
Color information
#C0388D (or 0xC0388D) is known color: Medium Red Violet. HEX triplet: C0, 38 and 8D. RGB value is (192,56,141). Sum of RGB (Red+Green+Blue) = 192+56+141=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0388D is #3FC772. Grayscale: #6A6A6A. Windows color (decimal): -4179827 or 9255104. OLE color: 9255104.
HSL color Cylindrical-coordinate representation of color #C0388D: hue angle of 322.5º 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 #C0388D is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 141 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.25 |
| HSL | 322.5º | 0.55% | 0.49% | - |
| HSV(B) | 322.5º | 0.71% | 0.75% | - |
| XYZ | 27.96 | 15.96 | 26.81 | - |
| YUV | 106.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 141 | 0 | 0.71 | 0.27 | 0.25 | 322.5 | 0.55 | 0.49 |
| Hex | C0 | 38 | 8D | 0 | 47 | 1B | 19 | 142 | 37 | 31 |
| Octal | 300 | 70 | 215 | 0 | 107 | 33 | 31 | 502 | 67 | 61 |
| Binary | 11000000 | 111000 | 10001101 | 0 | 1000111 | 11011 | 11001 | 101000010 | 110111 | 110001 |
Color Harmonies of #C0388D
Complementary color
Monochromatic Colors of #C0388D
Black with #C0388D
Text Example
Text Example
White with #C0388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0388D; }
p { color: rgb(192,56,141); }
H1.HeaderClassName
{
color: #C0388D;
}
.AnyTagClassName
{
color: #C0388D;
}
</style>
background-color css
<style>
a { background-color: #C0388D; }
a { background-color: rgb(192,56,141); }
div.DivClassName
{
background-color: #C0388D;
}
.BgClassName
{
background-color: #C0388D;
}
</style>
border-color css
<style>
span { border-color: #C0388D; }
span { border-color: rgb(192,56,141); }
td.TdClassName
{
border-color: #C0388D;
}
.TagClassName
{
border-color: #C0388D;
}
</style>