Shades of Medium Red Violet #C3387C
Tints of Medium Red Violet #C3387C
RGB
CMYK
RGB Variations
Color information
#C3387C (or 0xC3387C) is known color: Medium Red Violet. HEX triplet: C3, 38 and 7C. RGB value is (195,56,124). Sum of RGB (Red+Green+Blue) = 195+56+124=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3387C is #3CC783. Grayscale: #696969. Windows color (decimal): -3983236 or 8140995. OLE color: 8140995.
HSL color Cylindrical-coordinate representation of color #C3387C: hue angle of 330.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3387C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 124 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.24 |
| HSL | 330.65º | 0.55% | 0.49% | - |
| HSV(B) | 330.65º | 0.71% | 0.76% | - |
| XYZ | 27.56 | 15.89 | 20.68 | - |
| YUV | 105.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 124 | 0 | 0.71 | 0.36 | 0.24 | 330.65 | 0.55 | 0.49 |
| Hex | C3 | 38 | 7C | 0 | 47 | 24 | 18 | 14B | 37 | 31 |
| Octal | 303 | 70 | 174 | 0 | 107 | 44 | 30 | 513 | 67 | 61 |
| Binary | 11000011 | 111000 | 1111100 | 0 | 1000111 | 100100 | 11000 | 101001011 | 110111 | 110001 |
Color Harmonies of #C3387C
Complementary color
Monochromatic Colors of #C3387C
Black with #C3387C
Text Example
Text Example
White with #C3387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3387C; }
p { color: rgb(195,56,124); }
H1.HeaderClassName
{
color: #C3387C;
}
.AnyTagClassName
{
color: #C3387C;
}
</style>
background-color css
<style>
a { background-color: #C3387C; }
a { background-color: rgb(195,56,124); }
div.DivClassName
{
background-color: #C3387C;
}
.BgClassName
{
background-color: #C3387C;
}
</style>
border-color css
<style>
span { border-color: #C3387C; }
span { border-color: rgb(195,56,124); }
td.TdClassName
{
border-color: #C3387C;
}
.TagClassName
{
border-color: #C3387C;
}
</style>