Html Css Color HEX #FF478C Violet Red

📋 copy color: '#FF478C'

red 255 ◦ green 71 ◦ blue 140

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

Shades of Violet Red #FF478C

Tints of Violet Red #FF478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 54.72%
G = 15.24%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF478C (or 0xFF478C) is known color: Violet Red. HEX triplet: FF, 47 and 8C. RGB value is (255,71,140). Sum of RGB (Red+Green+Blue) = 255+71+140=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478C is #00B873. Grayscale: #858585. Windows color (decimal): -47220 or 9193471. OLE color: 9193471.

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

Color convert

RGB 255 71 140 -
CMYK 0 0.72 0.45 0
HSL 337.5º 1% 0.64% -
HSV(B) 337.5º 0.72% 1% -
XYZ 48.23 27.66 27.61 -
YUV 133.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 255 71 140 0 0.72 0.45 0 337.5 1 0.64
Hex FF 47 8C 0 48 2D 0 152 64 40
Octal 377 107 214 0 110 55 0 522 144 100
Binary 11111111 1000111 10001100 0 1001000 101101 0 101010010 1100100 1000000

Color Harmonies of #FF478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF478C

Black with #FF478C

Text Example


Text Example

White with #FF478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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