Shades of Violet Red #FF3279
Tints of Violet Red #FF3279
RGB
CMYK
RGB Variations
Color information
#FF3279 (or 0xFF3279) is known color: Violet Red. HEX triplet: FF, 32 and 79. RGB value is (255,50,121). Sum of RGB (Red+Green+Blue) = 255+50+121=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3279 is #00CD86. Grayscale: #777777. Windows color (decimal): -52615 or 7942911. OLE color: 7942911.
HSL color Cylindrical-coordinate representation of color #FF3279: hue angle of 339.22º 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 #FF3279 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 121 | - |
| CMYK | 0 | 0.80 | 0.53 | 0 |
| HSL | 339.22º | 1% | 0.6% | - |
| HSV(B) | 339.22º | 0.8% | 1% | - |
| XYZ | 45.83 | 24.92 | 20.48 | - |
| YUV | 119.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 121 | 0 | 0.80 | 0.53 | 0 | 339.22 | 1 | 0.6 |
| Hex | FF | 32 | 79 | 0 | 50 | 35 | 0 | 153 | 64 | 3C |
| Octal | 377 | 62 | 171 | 0 | 120 | 65 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110010 | 1111001 | 0 | 1010000 | 110101 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF3279
Complementary color
Monochromatic Colors of #FF3279
Black with #FF3279
Text Example
Text Example
White with #FF3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3279; }
p { color: rgb(255,50,121); }
H1.HeaderClassName
{
color: #FF3279;
}
.AnyTagClassName
{
color: #FF3279;
}
</style>
background-color css
<style>
a { background-color: #FF3279; }
a { background-color: rgb(255,50,121); }
div.DivClassName
{
background-color: #FF3279;
}
.BgClassName
{
background-color: #FF3279;
}
</style>
border-color css
<style>
span { border-color: #FF3279; }
span { border-color: rgb(255,50,121); }
td.TdClassName
{
border-color: #FF3279;
}
.TagClassName
{
border-color: #FF3279;
}
</style>