Shades of Medium Red Violet #C0387E
Tints of Medium Red Violet #C0387E
RGB
CMYK
RGB Variations
Color information
#C0387E (or 0xC0387E) is known color: Medium Red Violet. HEX triplet: C0, 38 and 7E. RGB value is (192,56,126). Sum of RGB (Red+Green+Blue) = 192+56+126=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0387E is #3FC781. Grayscale: #686868. Windows color (decimal): -4179842 or 8272064. OLE color: 8272064.
HSL color Cylindrical-coordinate representation of color #C0387E: hue angle of 329.12º 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 #C0387E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 126 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.25 |
| HSL | 329.12º | 0.55% | 0.49% | - |
| HSV(B) | 329.12º | 0.71% | 0.75% | - |
| XYZ | 26.92 | 15.54 | 21.32 | - |
| YUV | 104.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 126 | 0 | 0.71 | 0.34 | 0.25 | 329.12 | 0.55 | 0.49 |
| Hex | C0 | 38 | 7E | 0 | 47 | 22 | 19 | 149 | 37 | 31 |
| Octal | 300 | 70 | 176 | 0 | 107 | 42 | 31 | 511 | 67 | 61 |
| Binary | 11000000 | 111000 | 1111110 | 0 | 1000111 | 100010 | 11001 | 101001001 | 110111 | 110001 |
Color Harmonies of #C0387E
Complementary color
Monochromatic Colors of #C0387E
Black with #C0387E
Text Example
Text Example
White with #C0387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0387E; }
p { color: rgb(192,56,126); }
H1.HeaderClassName
{
color: #C0387E;
}
.AnyTagClassName
{
color: #C0387E;
}
</style>
background-color css
<style>
a { background-color: #C0387E; }
a { background-color: rgb(192,56,126); }
div.DivClassName
{
background-color: #C0387E;
}
.BgClassName
{
background-color: #C0387E;
}
</style>
border-color css
<style>
span { border-color: #C0387E; }
span { border-color: rgb(192,56,126); }
td.TdClassName
{
border-color: #C0387E;
}
.TagClassName
{
border-color: #C0387E;
}
</style>