Shades of Medium Red Violet #C3387D
Tints of Medium Red Violet #C3387D
RGB
CMYK
RGB Variations
Color information
#C3387D (or 0xC3387D) is known color: Medium Red Violet. HEX triplet: C3, 38 and 7D. RGB value is (195,56,125). Sum of RGB (Red+Green+Blue) = 195+56+125=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3387D is #3CC782. Grayscale: #696969. Windows color (decimal): -3983235 or 8206531. OLE color: 8206531.
HSL color Cylindrical-coordinate representation of color #C3387D: hue angle of 330.22º 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 #C3387D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 125 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.24 |
| HSL | 330.22º | 0.55% | 0.49% | - |
| HSV(B) | 330.22º | 0.71% | 0.76% | - |
| XYZ | 27.62 | 15.91 | 21.02 | - |
| YUV | 105.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 125 | 0 | 0.71 | 0.36 | 0.24 | 330.22 | 0.55 | 0.49 |
| Hex | C3 | 38 | 7D | 0 | 47 | 24 | 18 | 14A | 37 | 31 |
| Octal | 303 | 70 | 175 | 0 | 107 | 44 | 30 | 512 | 67 | 61 |
| Binary | 11000011 | 111000 | 1111101 | 0 | 1000111 | 100100 | 11000 | 101001010 | 110111 | 110001 |
Color Harmonies of #C3387D
Complementary color
Monochromatic Colors of #C3387D
Black with #C3387D
Text Example
Text Example
White with #C3387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3387D; }
p { color: rgb(195,56,125); }
H1.HeaderClassName
{
color: #C3387D;
}
.AnyTagClassName
{
color: #C3387D;
}
</style>
background-color css
<style>
a { background-color: #C3387D; }
a { background-color: rgb(195,56,125); }
div.DivClassName
{
background-color: #C3387D;
}
.BgClassName
{
background-color: #C3387D;
}
</style>
border-color css
<style>
span { border-color: #C3387D; }
span { border-color: rgb(195,56,125); }
td.TdClassName
{
border-color: #C3387D;
}
.TagClassName
{
border-color: #C3387D;
}
</style>