Shades of Medium Red Violet #C3387A
Tints of Medium Red Violet #C3387A
RGB
CMYK
RGB Variations
Color information
#C3387A (or 0xC3387A) is known color: Medium Red Violet. HEX triplet: C3, 38 and 7A. RGB value is (195,56,122). Sum of RGB (Red+Green+Blue) = 195+56+122=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3387A is #3CC785. Grayscale: #686868. Windows color (decimal): -3983238 or 8009923. OLE color: 8009923.
HSL color Cylindrical-coordinate representation of color #C3387A: hue angle of 331.51º 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 #C3387A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 122 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.24 |
| HSL | 331.51º | 0.55% | 0.49% | - |
| HSV(B) | 331.51º | 0.71% | 0.76% | - |
| XYZ | 27.43 | 15.84 | 20.02 | - |
| YUV | 105.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 122 | 0 | 0.71 | 0.37 | 0.24 | 331.51 | 0.55 | 0.49 |
| Hex | C3 | 38 | 7A | 0 | 47 | 25 | 18 | 14C | 37 | 31 |
| Octal | 303 | 70 | 172 | 0 | 107 | 45 | 30 | 514 | 67 | 61 |
| Binary | 11000011 | 111000 | 1111010 | 0 | 1000111 | 100101 | 11000 | 101001100 | 110111 | 110001 |
Color Harmonies of #C3387A
Complementary color
Monochromatic Colors of #C3387A
Black with #C3387A
Text Example
Text Example
White with #C3387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3387A; }
p { color: rgb(195,56,122); }
H1.HeaderClassName
{
color: #C3387A;
}
.AnyTagClassName
{
color: #C3387A;
}
</style>
background-color css
<style>
a { background-color: #C3387A; }
a { background-color: rgb(195,56,122); }
div.DivClassName
{
background-color: #C3387A;
}
.BgClassName
{
background-color: #C3387A;
}
</style>
border-color css
<style>
span { border-color: #C3387A; }
span { border-color: rgb(195,56,122); }
td.TdClassName
{
border-color: #C3387A;
}
.TagClassName
{
border-color: #C3387A;
}
</style>