Html Css Color HEX #FF3580 Violet Red

📋 copy color: '#FF3580'

red 255 ◦ green 53 ◦ blue 128

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

Shades of Violet Red #FF3580

Tints of Violet Red #FF3580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.16%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 58.49%
G = 12.16%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF3580 (or 0xFF3580) is known color: Violet Red. HEX triplet: FF, 35 and 80. RGB value is (255,53,128). Sum of RGB (Red+Green+Blue) = 255+53+128=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3580 is #00CA7F. Grayscale: #797979. Windows color (decimal): -51840 or 8402431. OLE color: 8402431.

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

Color convert

RGB 255 53 128 -
CMYK 0 0.79 0.50 0
HSL 337.72º 1% 0.6% -
HSV(B) 337.72º 0.79% 1% -
XYZ 46.41 25.36 22.87 -
YUV 121.95 131.42 222.9 -
System Red Green Blue C M Y K H S L
Decimal 255 53 128 0 0.79 0.50 0 337.72 1 0.6
Hex FF 35 80 0 4F 32 0 152 64 3C
Octal 377 65 200 0 117 62 0 522 144 74
Binary 11111111 110101 10000000 0 1001111 110010 0 101010010 1100100 111100

Color Harmonies of #FF3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3580

Black with #FF3580

Text Example


Text Example

White with #FF3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3580; }

 p { color: rgb(255,53,128); }

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

background-color css

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

 a { background-color: rgb(255,53,128); }

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

border-color css

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

 span { border-color: rgb(255,53,128); }

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