Shades of Medium Red Violet #C3387F
Tints of Medium Red Violet #C3387F
RGB
CMYK
RGB Variations
Color information
#C3387F (or 0xC3387F) is known color: Medium Red Violet. HEX triplet: C3, 38 and 7F. RGB value is (195,56,127). Sum of RGB (Red+Green+Blue) = 195+56+127=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3387F is #3CC780. Grayscale: #696969. Windows color (decimal): -3983233 or 8337603. OLE color: 8337603.
HSL color Cylindrical-coordinate representation of color #C3387F: hue angle of 329.35º 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 #C3387F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 127 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.24 |
| HSL | 329.35º | 0.55% | 0.49% | - |
| HSV(B) | 329.35º | 0.71% | 0.76% | - |
| XYZ | 27.75 | 15.96 | 21.7 | - |
| YUV | 105.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 127 | 0 | 0.71 | 0.35 | 0.24 | 329.35 | 0.55 | 0.49 |
| Hex | C3 | 38 | 7F | 0 | 47 | 23 | 18 | 149 | 37 | 31 |
| Octal | 303 | 70 | 177 | 0 | 107 | 43 | 30 | 511 | 67 | 61 |
| Binary | 11000011 | 111000 | 1111111 | 0 | 1000111 | 100011 | 11000 | 101001001 | 110111 | 110001 |
Color Harmonies of #C3387F
Complementary color
Monochromatic Colors of #C3387F
Black with #C3387F
Text Example
Text Example
White with #C3387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3387F; }
p { color: rgb(195,56,127); }
H1.HeaderClassName
{
color: #C3387F;
}
.AnyTagClassName
{
color: #C3387F;
}
</style>
background-color css
<style>
a { background-color: #C3387F; }
a { background-color: rgb(195,56,127); }
div.DivClassName
{
background-color: #C3387F;
}
.BgClassName
{
background-color: #C3387F;
}
</style>
border-color css
<style>
span { border-color: #C3387F; }
span { border-color: rgb(195,56,127); }
td.TdClassName
{
border-color: #C3387F;
}
.TagClassName
{
border-color: #C3387F;
}
</style>