Shades of Violet Red #FF3183
Tints of Violet Red #FF3183
RGB
CMYK
RGB Variations
Color information
#FF3183 (or 0xFF3183) is known color: Violet Red. HEX triplet: FF, 31 and 83. RGB value is (255,49,131). Sum of RGB (Red+Green+Blue) = 255+49+131=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3183 is #00CE7C. Grayscale: #777777. Windows color (decimal): -52861 or 8598015. OLE color: 8598015.
HSL color Cylindrical-coordinate representation of color #FF3183: hue angle of 336.12º 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 #FF3183 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 131 | - |
| CMYK | 0 | 0.81 | 0.49 | 0 |
| HSL | 336.12º | 1% | 0.6% | - |
| HSV(B) | 336.12º | 0.81% | 1% | - |
| XYZ | 46.44 | 25.1 | 23.87 | - |
| YUV | 119.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 131 | 0 | 0.81 | 0.49 | 0 | 336.12 | 1 | 0.6 |
| Hex | FF | 31 | 83 | 0 | 51 | 31 | 0 | 150 | 64 | 3C |
| Octal | 377 | 61 | 203 | 0 | 121 | 61 | 0 | 520 | 144 | 74 |
| Binary | 11111111 | 110001 | 10000011 | 0 | 1010001 | 110001 | 0 | 101010000 | 1100100 | 111100 |
Color Harmonies of #FF3183
Complementary color
Monochromatic Colors of #FF3183
Black with #FF3183
Text Example
Text Example
White with #FF3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3183; }
p { color: rgb(255,49,131); }
H1.HeaderClassName
{
color: #FF3183;
}
.AnyTagClassName
{
color: #FF3183;
}
</style>
background-color css
<style>
a { background-color: #FF3183; }
a { background-color: rgb(255,49,131); }
div.DivClassName
{
background-color: #FF3183;
}
.BgClassName
{
background-color: #FF3183;
}
</style>
border-color css
<style>
span { border-color: #FF3183; }
span { border-color: rgb(255,49,131); }
td.TdClassName
{
border-color: #FF3183;
}
.TagClassName
{
border-color: #FF3183;
}
</style>