Html Css Color HEX #FF317D Violet Red

📋 copy color: '#FF317D'

red 255 ◦ green 49 ◦ blue 125

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

Shades of Violet Red #FF317D

Tints of Violet Red #FF317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.42%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 59.44%
G = 11.42%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF317D (or 0xFF317D) is known color: Violet Red. HEX triplet: FF, 31 and 7D. RGB value is (255,49,125). Sum of RGB (Red+Green+Blue) = 255+49+125=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF317D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF317D is #00CE82. Grayscale: #777777. Windows color (decimal): -52867 or 8204799. OLE color: 8204799.

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

Color convert

RGB 255 49 125 -
CMYK 0 0.81 0.51 0
HSL 337.86º 1% 0.6% -
HSV(B) 337.86º 0.81% 1% -
XYZ 46.04 24.94 21.79 -
YUV 119.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 255 49 125 0 0.81 0.51 0 337.86 1 0.6
Hex FF 31 7D 0 51 33 0 152 64 3C
Octal 377 61 175 0 121 63 0 522 144 74
Binary 11111111 110001 1111101 0 1010001 110011 0 101010010 1100100 111100

Color Harmonies of #FF317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF317D

Black with #FF317D

Text Example


Text Example

White with #FF317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF317D; }

 p { color: rgb(255,49,125); }

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

background-color css

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

 a { background-color: rgb(255,49,125); }

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

border-color css

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

 span { border-color: rgb(255,49,125); }

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