Shades of Violet Red #FF3982
Tints of Violet Red #FF3982
RGB
CMYK
RGB Variations
Color information
#FF3982 (or 0xFF3982) is known color: Violet Red. HEX triplet: FF, 39 and 82. RGB value is (255,57,130). Sum of RGB (Red+Green+Blue) = 255+57+130=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3982 is #00C67D. Grayscale: #7C7C7C. Windows color (decimal): -50814 or 8534527. OLE color: 8534527.
HSL color Cylindrical-coordinate representation of color #FF3982: hue angle of 337.88º 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 #FF3982 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 130 | - |
| CMYK | 0 | 0.78 | 0.49 | 0 |
| HSL | 337.88º | 1% | 0.61% | - |
| HSV(B) | 337.88º | 0.78% | 1% | - |
| XYZ | 46.73 | 25.8 | 23.64 | - |
| YUV | 124.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 130 | 0 | 0.78 | 0.49 | 0 | 337.88 | 1 | 0.61 |
| Hex | FF | 39 | 82 | 0 | 4E | 31 | 0 | 152 | 64 | 3D |
| Octal | 377 | 71 | 202 | 0 | 116 | 61 | 0 | 522 | 144 | 75 |
| Binary | 11111111 | 111001 | 10000010 | 0 | 1001110 | 110001 | 0 | 101010010 | 1100100 | 111101 |
Color Harmonies of #FF3982
Complementary color
Monochromatic Colors of #FF3982
Black with #FF3982
Text Example
Text Example
White with #FF3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3982; }
p { color: rgb(255,57,130); }
H1.HeaderClassName
{
color: #FF3982;
}
.AnyTagClassName
{
color: #FF3982;
}
</style>
background-color css
<style>
a { background-color: #FF3982; }
a { background-color: rgb(255,57,130); }
div.DivClassName
{
background-color: #FF3982;
}
.BgClassName
{
background-color: #FF3982;
}
</style>
border-color css
<style>
span { border-color: #FF3982; }
span { border-color: rgb(255,57,130); }
td.TdClassName
{
border-color: #FF3982;
}
.TagClassName
{
border-color: #FF3982;
}
</style>