Shades of Violet Red #FF3483
Tints of Violet Red #FF3483
RGB
CMYK
RGB Variations
Color information
#FF3483 (or 0xFF3483) is known color: Violet Red. HEX triplet: FF, 34 and 83. RGB value is (255,52,131). Sum of RGB (Red+Green+Blue) = 255+52+131=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3483 is #00CB7C. Grayscale: #797979. Windows color (decimal): -52093 or 8598783. OLE color: 8598783.
HSL color Cylindrical-coordinate representation of color #FF3483: hue angle of 336.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3483 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 131 | - |
| CMYK | 0 | 0.80 | 0.49 | 0 |
| HSL | 336.65º | 1% | 0.6% | - |
| HSV(B) | 336.65º | 0.8% | 1% | - |
| XYZ | 46.56 | 25.35 | 23.91 | - |
| YUV | 121.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 131 | 0 | 0.80 | 0.49 | 0 | 336.65 | 1 | 0.6 |
| Hex | FF | 34 | 83 | 0 | 50 | 31 | 0 | 151 | 64 | 3C |
| Octal | 377 | 64 | 203 | 0 | 120 | 61 | 0 | 521 | 144 | 74 |
| Binary | 11111111 | 110100 | 10000011 | 0 | 1010000 | 110001 | 0 | 101010001 | 1100100 | 111100 |
Color Harmonies of #FF3483
Complementary color
Monochromatic Colors of #FF3483
Black with #FF3483
Text Example
Text Example
White with #FF3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3483; }
p { color: rgb(255,52,131); }
H1.HeaderClassName
{
color: #FF3483;
}
.AnyTagClassName
{
color: #FF3483;
}
</style>
background-color css
<style>
a { background-color: #FF3483; }
a { background-color: rgb(255,52,131); }
div.DivClassName
{
background-color: #FF3483;
}
.BgClassName
{
background-color: #FF3483;
}
</style>
border-color css
<style>
span { border-color: #FF3483; }
span { border-color: rgb(255,52,131); }
td.TdClassName
{
border-color: #FF3483;
}
.TagClassName
{
border-color: #FF3483;
}
</style>