#ff327c

Color #FF327C Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FF327C

Tints of Violet Red #FF327C

Color information

#FF327C (or 0xFF327C) is unknown color: approx 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

RGB25550124-
CMYK00.800.510
HSL338.34º100%59.8%-
HSV(B)338.34º80.39%100%-
XYZ46.022521.47-
YUV119.73130.42224.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 59.44%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=59.44%
G=11.66%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555012400.800.510338.3410059.8
HexFF327C050330152643c
Octal37762174012063052214474
Binary1111111111001011111000101000011001101010100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff327c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>