Shades of Violet Red #FF387C
Tints of Violet Red #FF387C
RGB
CMYK
RGB Variations
Color information
#FF387C (or 0xFF387C) is known color: Violet Red. HEX triplet: FF, 38 and 7C. RGB value is (255,56,124). Sum of RGB (Red+Green+Blue) = 255+56+124=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387C is #00C783. Grayscale: #7B7B7B. Windows color (decimal): -51076 or 8141055. OLE color: 8141055.
HSL color Cylindrical-coordinate representation of color #FF387C: hue angle of 339.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF387C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0 |
| HSL | 339.5º | 1% | 0.61% | - |
| HSV(B) | 339.5º | 0.78% | 1% | - |
| XYZ | 46.29 | 25.54 | 21.56 | - |
| YUV | 123.25 | 128.43 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 124 | 0 | 0.78 | 0.51 | 0 | 339.5 | 1 | 0.61 |
| Hex | FF | 38 | 7C | 0 | 4E | 33 | 0 | 153 | 64 | 3D |
| Octal | 377 | 70 | 174 | 0 | 116 | 63 | 0 | 523 | 144 | 75 |
| Binary | 11111111 | 111000 | 1111100 | 0 | 1001110 | 110011 | 0 | 101010011 | 1100100 | 111101 |
Color Harmonies of #FF387C
Complementary color
Monochromatic Colors of #FF387C
Black with #FF387C
Text Example
Text Example
White with #FF387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF387C; }
p { color: rgb(255,56,124); }
H1.HeaderClassName
{
color: #FF387C;
}
.AnyTagClassName
{
color: #FF387C;
}
</style>
background-color css
<style>
a { background-color: #FF387C; }
a { background-color: rgb(255,56,124); }
div.DivClassName
{
background-color: #FF387C;
}
.BgClassName
{
background-color: #FF387C;
}
</style>
border-color css
<style>
span { border-color: #FF387C; }
span { border-color: rgb(255,56,124); }
td.TdClassName
{
border-color: #FF387C;
}
.TagClassName
{
border-color: #FF387C;
}
</style>