Html Css Color HEX #FF477C Violet Red

📋 copy color: '#FF477C'

red 255 ◦ green 71 ◦ blue 124

#FF477C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FF477C

Tints of Violet Red #FF477C

RGB

 RED value IS 255 (100% from 255) = 56.67%

 GREEN value IS 71 (28.13% from 255) = 15.78%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 56.67%
G = 15.78%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF477C (or 0xFF477C) is known color: Violet Red. HEX triplet: FF, 47 and 7C. RGB value is (255,71,124). Sum of RGB (Red+Green+Blue) = 255+71+124=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF477C is #00B883. Grayscale: #848484. Windows color (decimal): -47236 or 8144895. OLE color: 8144895.

HSL color Cylindrical-coordinate representation of color #FF477C: hue angle of 342.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF477C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 124 -
CMYK 0 0.72 0.51 0
HSL 342.72º 1% 0.64% -
HSV(B) 342.72º 0.72% 1% -
XYZ 47.13 27.22 21.84 -
YUV 132.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 255 71 124 0 0.72 0.51 0 342.72 1 0.64
Hex FF 47 7C 0 48 33 0 157 64 40
Octal 377 107 174 0 110 63 0 527 144 100
Binary 11111111 1000111 1111100 0 1001000 110011 0 101010111 1100100 1000000

Color Harmonies of #FF477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF477C

Black with #FF477C

Text Example


Text Example

White with #FF477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF477C; }

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

 H1.HeaderClassName
 {
   color: #FF477C;
 }
 .AnyTagClassName
 {
   color: #FF477C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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