Html Css Color HEX #C731B1 Fuchsia

📋 copy color: '#C731B1'

red 199 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #C731B1

Tints of Fuchsia #C731B1

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

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

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 46.82%
G = 11.53%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C731B1 (or 0xC731B1) is known color: Fuchsia. HEX triplet: C7, 31 and B1. RGB value is (199,49,177). Sum of RGB (Red+Green+Blue) = 199+49+177=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C731B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731B1 is #38CE4E. Grayscale: #6C6C6C. Windows color (decimal): -3722831 or 11612615. OLE color: 11612615.

HSL color Cylindrical-coordinate representation of color #C731B1: hue angle of 308.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731B1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 177 -
CMYK 0 0.75 0.11 0.22
HSL 308.8º 0.6% 0.49% -
HSV(B) 308.8º 0.75% 0.78% -
XYZ 32.59 17.51 43.26 -
YUV 108.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 199 49 177 0 0.75 0.11 0.22 308.8 0.6 0.49
Hex C7 31 B1 0 4B B 16 135 3C 31
Octal 307 61 261 0 113 13 26 465 74 61
Binary 11000111 110001 10110001 0 1001011 1011 10110 100110101 111100 110001

Color Harmonies of #C731B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731B1

Black with #C731B1

Text Example


Text Example

White with #C731B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731B1; }

 p { color: rgb(199,49,177); }

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

background-color css

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

 a { background-color: rgb(199,49,177); }

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

border-color css

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

 span { border-color: rgb(199,49,177); }

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