Shades of Violet Red #FF327C
Tints of Violet Red #FF327C
RGB
CMYK
RGB Variations
Color information
#FF327C (or 0xFF327C) is known color: Violet Red. HEX triplet: FF, 32 and 7C. RGB value is (255,50,124). Sum of RGB (Red+Green+Blue) = 255+50+124=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF327C is #00CD83. Grayscale: #777777. Windows color (decimal): -52612 or 8139519. OLE color: 8139519.
HSL color Cylindrical-coordinate representation of color #FF327C: hue angle of 338.34º 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 #FF327C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 124 | - |
| CMYK | 0 | 0.80 | 0.51 | 0 |
| HSL | 338.34º | 1% | 0.6% | - |
| HSV(B) | 338.34º | 0.8% | 1% | - |
| XYZ | 46.02 | 25 | 21.47 | - |
| YUV | 119.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 124 | 0 | 0.80 | 0.51 | 0 | 338.34 | 1 | 0.6 |
| Hex | FF | 32 | 7C | 0 | 50 | 33 | 0 | 152 | 64 | 3C |
| Octal | 377 | 62 | 174 | 0 | 120 | 63 | 0 | 522 | 144 | 74 |
| Binary | 11111111 | 110010 | 1111100 | 0 | 1010000 | 110011 | 0 | 101010010 | 1100100 | 111100 |
Color Harmonies of #FF327C
Complementary color
Monochromatic Colors of #FF327C
Black with #FF327C
Text Example
Text Example
White with #FF327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF327C; }
p { color: rgb(255,50,124); }
H1.HeaderClassName
{
color: #FF327C;
}
.AnyTagClassName
{
color: #FF327C;
}
</style>
background-color css
<style>
a { background-color: #FF327C; }
a { background-color: rgb(255,50,124); }
div.DivClassName
{
background-color: #FF327C;
}
.BgClassName
{
background-color: #FF327C;
}
</style>
border-color css
<style>
span { border-color: #FF327C; }
span { border-color: rgb(255,50,124); }
td.TdClassName
{
border-color: #FF327C;
}
.TagClassName
{
border-color: #FF327C;
}
</style>