Shades of Violet Red #FF3384
Tints of Violet Red #FF3384
RGB
CMYK
RGB Variations
Color information
#FF3384 (or 0xFF3384) is known color: Violet Red. HEX triplet: FF, 33 and 84. RGB value is (255,51,132). Sum of RGB (Red+Green+Blue) = 255+51+132=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3384 is #00CC7B. Grayscale: #797979. Windows color (decimal): -52348 or 8664063. OLE color: 8664063.
HSL color Cylindrical-coordinate representation of color #FF3384: hue angle of 336.18º 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 #FF3384 is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 132 | - |
| CMYK | 0 | 0.8 | 0.48 | 0 |
| HSL | 336.18º | 1% | 0.6% | - |
| HSV(B) | 336.18º | 0.8% | 1% | - |
| XYZ | 46.59 | 25.29 | 24.26 | - |
| YUV | 121.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 132 | 0 | 0.8 | 0.48 | 0 | 336.18 | 1 | 0.6 |
| Hex | FF | 33 | 84 | 0 | 50 | 30 | 0 | 150 | 64 | 3C |
| Octal | 377 | 63 | 204 | 0 | 120 | 60 | 0 | 520 | 144 | 74 |
| Binary | 11111111 | 110011 | 10000100 | 0 | 1010000 | 110000 | 0 | 101010000 | 1100100 | 111100 |
Color Harmonies of #FF3384
Complementary color
Monochromatic Colors of #FF3384
Black with #FF3384
Text Example
Text Example
White with #FF3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3384; }
p { color: rgb(255,51,132); }
H1.HeaderClassName
{
color: #FF3384;
}
.AnyTagClassName
{
color: #FF3384;
}
</style>
background-color css
<style>
a { background-color: #FF3384; }
a { background-color: rgb(255,51,132); }
div.DivClassName
{
background-color: #FF3384;
}
.BgClassName
{
background-color: #FF3384;
}
</style>
border-color css
<style>
span { border-color: #FF3384; }
span { border-color: rgb(255,51,132); }
td.TdClassName
{
border-color: #FF3384;
}
.TagClassName
{
border-color: #FF3384;
}
</style>