Shades of Violet Red #FF377B
Tints of Violet Red #FF377B
RGB
CMYK
RGB Variations
Color information
#FF377B (or 0xFF377B) is known color: Violet Red. HEX triplet: FF, 37 and 7B. RGB value is (255,55,123). Sum of RGB (Red+Green+Blue) = 255+55+123=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF377B is #00C884. Grayscale: #7A7A7A. Windows color (decimal): -51333 or 8075263. OLE color: 8075263.
HSL color Cylindrical-coordinate representation of color #FF377B: hue angle of 339.6º 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 #FF377B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 123 | - |
| CMYK | 0 | 0.78 | 0.52 | 0 |
| HSL | 339.6º | 1% | 0.61% | - |
| HSV(B) | 339.6º | 0.78% | 1% | - |
| XYZ | 46.18 | 25.42 | 21.21 | - |
| YUV | 122.55 | 128.26 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 123 | 0 | 0.78 | 0.52 | 0 | 339.6 | 1 | 0.61 |
| Hex | FF | 37 | 7B | 0 | 4E | 34 | 0 | 154 | 64 | 3D |
| Octal | 377 | 67 | 173 | 0 | 116 | 64 | 0 | 524 | 144 | 75 |
| Binary | 11111111 | 110111 | 1111011 | 0 | 1001110 | 110100 | 0 | 101010100 | 1100100 | 111101 |
Color Harmonies of #FF377B
Complementary color
Monochromatic Colors of #FF377B
Black with #FF377B
Text Example
Text Example
White with #FF377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF377B; }
p { color: rgb(255,55,123); }
H1.HeaderClassName
{
color: #FF377B;
}
.AnyTagClassName
{
color: #FF377B;
}
</style>
background-color css
<style>
a { background-color: #FF377B; }
a { background-color: rgb(255,55,123); }
div.DivClassName
{
background-color: #FF377B;
}
.BgClassName
{
background-color: #FF377B;
}
</style>
border-color css
<style>
span { border-color: #FF377B; }
span { border-color: rgb(255,55,123); }
td.TdClassName
{
border-color: #FF377B;
}
.TagClassName
{
border-color: #FF377B;
}
</style>