Shades of Medium Red Violet #C03887
Tints of Medium Red Violet #C03887
RGB
CMYK
RGB Variations
Color information
#C03887 (or 0xC03887) is known color: Medium Red Violet. HEX triplet: C0, 38 and 87. RGB value is (192,56,135). Sum of RGB (Red+Green+Blue) = 192+56+135=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C03887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03887 is #3FC778. Grayscale: #696969. Windows color (decimal): -4179833 or 8861888. OLE color: 8861888.
HSL color Cylindrical-coordinate representation of color #C03887: hue angle of 325.15º 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 #C03887 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 135 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.25 |
| HSL | 325.15º | 0.55% | 0.49% | - |
| HSV(B) | 325.15º | 0.71% | 0.75% | - |
| XYZ | 27.53 | 15.78 | 24.52 | - |
| YUV | 105.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 135 | 0 | 0.71 | 0.30 | 0.25 | 325.15 | 0.55 | 0.49 |
| Hex | C0 | 38 | 87 | 0 | 47 | 1E | 19 | 145 | 37 | 31 |
| Octal | 300 | 70 | 207 | 0 | 107 | 36 | 31 | 505 | 67 | 61 |
| Binary | 11000000 | 111000 | 10000111 | 0 | 1000111 | 11110 | 11001 | 101000101 | 110111 | 110001 |
Color Harmonies of #C03887
Complementary color
Monochromatic Colors of #C03887
Black with #C03887
Text Example
Text Example
White with #C03887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03887; }
p { color: rgb(192,56,135); }
H1.HeaderClassName
{
color: #C03887;
}
.AnyTagClassName
{
color: #C03887;
}
</style>
background-color css
<style>
a { background-color: #C03887; }
a { background-color: rgb(192,56,135); }
div.DivClassName
{
background-color: #C03887;
}
.BgClassName
{
background-color: #C03887;
}
</style>
border-color css
<style>
span { border-color: #C03887; }
span { border-color: rgb(192,56,135); }
td.TdClassName
{
border-color: #C03887;
}
.TagClassName
{
border-color: #C03887;
}
</style>