Shades of Violet Red #FF337A
Tints of Violet Red #FF337A
RGB
CMYK
RGB Variations
Color information
#FF337A (or 0xFF337A) is known color: Violet Red. HEX triplet: FF, 33 and 7A. RGB value is (255,51,122). Sum of RGB (Red+Green+Blue) = 255+51+122=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337A is #00CC85. Grayscale: #787878. Windows color (decimal): -52358 or 8008703. OLE color: 8008703.
HSL color Cylindrical-coordinate representation of color #FF337A: hue angle of 339.12º 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 #FF337A is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 122 | - |
| CMYK | 0 | 0.8 | 0.52 | 0 |
| HSL | 339.12º | 1% | 0.6% | - |
| HSV(B) | 339.12º | 0.8% | 1% | - |
| XYZ | 45.94 | 25.03 | 20.82 | - |
| YUV | 120.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 122 | 0 | 0.8 | 0.52 | 0 | 339.12 | 1 | 0.6 |
| Hex | FF | 33 | 7A | 0 | 50 | 34 | 0 | 153 | 64 | 3C |
| Octal | 377 | 63 | 172 | 0 | 120 | 64 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110011 | 1111010 | 0 | 1010000 | 110100 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF337A
Complementary color
Monochromatic Colors of #FF337A
Black with #FF337A
Text Example
Text Example
White with #FF337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF337A; }
p { color: rgb(255,51,122); }
H1.HeaderClassName
{
color: #FF337A;
}
.AnyTagClassName
{
color: #FF337A;
}
</style>
background-color css
<style>
a { background-color: #FF337A; }
a { background-color: rgb(255,51,122); }
div.DivClassName
{
background-color: #FF337A;
}
.BgClassName
{
background-color: #FF337A;
}
</style>
border-color css
<style>
span { border-color: #FF337A; }
span { border-color: rgb(255,51,122); }
td.TdClassName
{
border-color: #FF337A;
}
.TagClassName
{
border-color: #FF337A;
}
</style>