Html Css Color HEX #C771B1 Fuchsia

📋 copy color: '#C771B1'

red 199 ◦ green 113 ◦ blue 177

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

Shades of Fuchsia #C771B1

Tints of Fuchsia #C771B1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.11%

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

R = 40.7%
G = 23.11%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C771B1 (or 0xC771B1) is known color: Fuchsia. HEX triplet: C7, 71 and B1. RGB value is (199,113,177). Sum of RGB (Red+Green+Blue) = 199+113+177=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C771B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C771B1 is #388E4E. Grayscale: #919191. Windows color (decimal): -3706447 or 11628999. OLE color: 11628999.

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

Color convert

RGB 199 113 177 -
CMYK 0 0.43 0.11 0.22
HSL 315.35º 0.43% 0.61% -
HSV(B) 315.35º 0.43% 0.78% -
XYZ 37.39 27.13 44.86 -
YUV 146.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 199 113 177 0 0.43 0.11 0.22 315.35 0.43 0.61
Hex C7 71 B1 0 2B B 16 13B 2B 3D
Octal 307 161 261 0 53 13 26 473 53 75
Binary 11000111 1110001 10110001 0 101011 1011 10110 100111011 101011 111101

Color Harmonies of #C771B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771B1

Black with #C771B1

Text Example


Text Example

White with #C771B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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