Shades of Medium Red Violet #C0388B
Tints of Medium Red Violet #C0388B
RGB
CMYK
RGB Variations
Color information
#C0388B (or 0xC0388B) is known color: Medium Red Violet. HEX triplet: C0, 38 and 8B. RGB value is (192,56,139). Sum of RGB (Red+Green+Blue) = 192+56+139=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0388B is #3FC774. Grayscale: #696969. Windows color (decimal): -4179829 or 9124032. OLE color: 9124032.
HSL color Cylindrical-coordinate representation of color #C0388B: hue angle of 323.38º 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 #C0388B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 139 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.25 |
| HSL | 323.38º | 0.55% | 0.49% | - |
| HSV(B) | 323.38º | 0.71% | 0.75% | - |
| XYZ | 27.81 | 15.9 | 26.03 | - |
| YUV | 106.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 139 | 0 | 0.71 | 0.28 | 0.25 | 323.38 | 0.55 | 0.49 |
| Hex | C0 | 38 | 8B | 0 | 47 | 1C | 19 | 143 | 37 | 31 |
| Octal | 300 | 70 | 213 | 0 | 107 | 34 | 31 | 503 | 67 | 61 |
| Binary | 11000000 | 111000 | 10001011 | 0 | 1000111 | 11100 | 11001 | 101000011 | 110111 | 110001 |
Color Harmonies of #C0388B
Complementary color
Monochromatic Colors of #C0388B
Black with #C0388B
Text Example
Text Example
White with #C0388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0388B; }
p { color: rgb(192,56,139); }
H1.HeaderClassName
{
color: #C0388B;
}
.AnyTagClassName
{
color: #C0388B;
}
</style>
background-color css
<style>
a { background-color: #C0388B; }
a { background-color: rgb(192,56,139); }
div.DivClassName
{
background-color: #C0388B;
}
.BgClassName
{
background-color: #C0388B;
}
</style>
border-color css
<style>
span { border-color: #C0388B; }
span { border-color: rgb(192,56,139); }
td.TdClassName
{
border-color: #C0388B;
}
.TagClassName
{
border-color: #C0388B;
}
</style>