Shades of Violet Red #FF397E
Tints of Violet Red #FF397E
RGB
CMYK
RGB Variations
Color information
#FF397E (or 0xFF397E) is known color: Violet Red. HEX triplet: FF, 39 and 7E. RGB value is (255,57,126). Sum of RGB (Red+Green+Blue) = 255+57+126=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397E is #00C681. Grayscale: #7B7B7B. Windows color (decimal): -50818 or 8272383. OLE color: 8272383.
HSL color Cylindrical-coordinate representation of color #FF397E: hue angle of 339.09º 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 #FF397E is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 126 | - |
| CMYK | 0 | 0.78 | 0.51 | 0 |
| HSL | 339.09º | 1% | 0.61% | - |
| HSV(B) | 339.09º | 0.78% | 1% | - |
| XYZ | 46.47 | 25.69 | 22.25 | - |
| YUV | 124.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 126 | 0 | 0.78 | 0.51 | 0 | 339.09 | 1 | 0.61 |
| Hex | FF | 39 | 7E | 0 | 4E | 33 | 0 | 153 | 64 | 3D |
| Octal | 377 | 71 | 176 | 0 | 116 | 63 | 0 | 523 | 144 | 75 |
| Binary | 11111111 | 111001 | 1111110 | 0 | 1001110 | 110011 | 0 | 101010011 | 1100100 | 111101 |
Color Harmonies of #FF397E
Complementary color
Monochromatic Colors of #FF397E
Black with #FF397E
Text Example
Text Example
White with #FF397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF397E; }
p { color: rgb(255,57,126); }
H1.HeaderClassName
{
color: #FF397E;
}
.AnyTagClassName
{
color: #FF397E;
}
</style>
background-color css
<style>
a { background-color: #FF397E; }
a { background-color: rgb(255,57,126); }
div.DivClassName
{
background-color: #FF397E;
}
.BgClassName
{
background-color: #FF397E;
}
</style>
border-color css
<style>
span { border-color: #FF397E; }
span { border-color: rgb(255,57,126); }
td.TdClassName
{
border-color: #FF397E;
}
.TagClassName
{
border-color: #FF397E;
}
</style>