Html Css Color HEX #FF478D Violet Red

📋 copy color: '#FF478D'

red 255 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #FF478D

Tints of Violet Red #FF478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 54.6%
G = 15.2%
B = 30.19%

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

#FF478D (or 0xFF478D) is known color: Violet Red. HEX triplet: FF, 47 and 8D. RGB value is (255,71,141). Sum of RGB (Red+Green+Blue) = 255+71+141=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478D is #00B872. Grayscale: #858585. Windows color (decimal): -47219 or 9259007. OLE color: 9259007.

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

Color convert

RGB 255 71 141 -
CMYK 0 0.72 0.45 0
HSL 337.17º 1% 0.64% -
HSV(B) 337.17º 0.72% 1% -
XYZ 48.3 27.69 28 -
YUV 134 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 255 71 141 0 0.72 0.45 0 337.17 1 0.64
Hex FF 47 8D 0 48 2D 0 151 64 40
Octal 377 107 215 0 110 55 0 521 144 100
Binary 11111111 1000111 10001101 0 1001000 101101 0 101010001 1100100 1000000

Color Harmonies of #FF478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF478D

Black with #FF478D

Text Example


Text Example

White with #FF478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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