Shades of Violet Red #FF3181
Tints of Violet Red #FF3181
RGB
CMYK
RGB Variations
Color information
#FF3181 (or 0xFF3181) is known color: Violet Red. HEX triplet: FF, 31 and 81. RGB value is (255,49,129). Sum of RGB (Red+Green+Blue) = 255+49+129=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3181 is #00CE7E. Grayscale: #777777. Windows color (decimal): -52863 or 8466943. OLE color: 8466943.
HSL color Cylindrical-coordinate representation of color #FF3181: hue angle of 336.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3181 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 129 | - |
| CMYK | 0 | 0.81 | 0.49 | 0 |
| HSL | 336.7º | 1% | 0.6% | - |
| HSV(B) | 336.7º | 0.81% | 1% | - |
| XYZ | 46.3 | 25.04 | 23.16 | - |
| YUV | 119.71 | 133.25 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 129 | 0 | 0.81 | 0.49 | 0 | 336.7 | 1 | 0.6 |
| Hex | FF | 31 | 81 | 0 | 51 | 31 | 0 | 151 | 64 | 3C |
| Octal | 377 | 61 | 201 | 0 | 121 | 61 | 0 | 521 | 144 | 74 |
| Binary | 11111111 | 110001 | 10000001 | 0 | 1010001 | 110001 | 0 | 101010001 | 1100100 | 111100 |
Color Harmonies of #FF3181
Complementary color
Monochromatic Colors of #FF3181
Black with #FF3181
Text Example
Text Example
White with #FF3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3181; }
p { color: rgb(255,49,129); }
H1.HeaderClassName
{
color: #FF3181;
}
.AnyTagClassName
{
color: #FF3181;
}
</style>
background-color css
<style>
a { background-color: #FF3181; }
a { background-color: rgb(255,49,129); }
div.DivClassName
{
background-color: #FF3181;
}
.BgClassName
{
background-color: #FF3181;
}
</style>
border-color css
<style>
span { border-color: #FF3181; }
span { border-color: rgb(255,49,129); }
td.TdClassName
{
border-color: #FF3181;
}
.TagClassName
{
border-color: #FF3181;
}
</style>