Shades of Violet Red #FF377C
Tints of Violet Red #FF377C
RGB
CMYK
RGB Variations
Color information
#FF377C (or 0xFF377C) is known color: Violet Red. HEX triplet: FF, 37 and 7C. RGB value is (255,55,124). Sum of RGB (Red+Green+Blue) = 255+55+124=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF377C is #00C883. Grayscale: #7A7A7A. Windows color (decimal): -51332 or 8140799. OLE color: 8140799.
HSL color Cylindrical-coordinate representation of color #FF377C: hue angle of 339.3º 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 #FF377C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0 |
| HSL | 339.3º | 1% | 0.61% | - |
| HSV(B) | 339.3º | 0.78% | 1% | - |
| XYZ | 46.24 | 25.45 | 21.54 | - |
| YUV | 122.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 124 | 0 | 0.78 | 0.51 | 0 | 339.3 | 1 | 0.61 |
| Hex | FF | 37 | 7C | 0 | 4E | 33 | 0 | 153 | 64 | 3D |
| Octal | 377 | 67 | 174 | 0 | 116 | 63 | 0 | 523 | 144 | 75 |
| Binary | 11111111 | 110111 | 1111100 | 0 | 1001110 | 110011 | 0 | 101010011 | 1100100 | 111101 |
Color Harmonies of #FF377C
Complementary color
Monochromatic Colors of #FF377C
Black with #FF377C
Text Example
Text Example
White with #FF377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF377C; }
p { color: rgb(255,55,124); }
H1.HeaderClassName
{
color: #FF377C;
}
.AnyTagClassName
{
color: #FF377C;
}
</style>
background-color css
<style>
a { background-color: #FF377C; }
a { background-color: rgb(255,55,124); }
div.DivClassName
{
background-color: #FF377C;
}
.BgClassName
{
background-color: #FF377C;
}
</style>
border-color css
<style>
span { border-color: #FF377C; }
span { border-color: rgb(255,55,124); }
td.TdClassName
{
border-color: #FF377C;
}
.TagClassName
{
border-color: #FF377C;
}
</style>