#FF337C

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

Shades of Violet Red #FF337C

Tints of Violet Red #FF337C

Color information

#FF337C (or 0xFF337C) is unknown color: approx Violet Red. HEX triplet: FF, 33 and 7C. RGB value is (255,51,124). Sum of RGB (Red+Green+Blue) = 255+51+124=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337C is #00CC83. Grayscale: #787878. Windows color (decimal): -52356 or 8139775. OLE color: 8139775.

HSL color Cylindrical-coordinate representation of color #FF337C: hue angle of 338.53º 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 #FF337C is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB25551124-
CMYK00.80.510
HSL338.53º100%60%-
HSV(B)338.53º80%100%-
XYZ46.0625.0821.48-
YUV120.32130.09224.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 51 (20.31% from 255) = 11.86%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=59.30%
G=11.86%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555112400.80.510338.5310060
HexFF337C050330153643c
Octal37763174012063052314474
Binary1111111111001111111000101000011001101010100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF337C; }

 p { color: rgb(255,51,124); }

 H1.HeaderClassName
 {
   color: #FF337C;
 }
 .AnyTagClassName
 {
   color: #FF337C;
 }
</style>
background-color css

<style>
 a { background-color: #FF337C; }

 a { background-color: rgb(255,51,124); }

 div.DivClassName
 {
   background-color: #FF337C;
 }
 .BgClassName
 {
   background-color: #FF337C;
 }
</style>
border-color css

<style>
 span { border-color: #FF337C; }

 span { border-color: rgb(255,51,124); }

 td.TdClassName
 {
   border-color: #FF337C;
 }
 .TagClassName
 {
   border-color: #FF337C;
 }
</style>