#C771B1

Color #C771B1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C771B1

Tints of Fuchsia #C771B1

Color information

#C771B1 (or 0xC771B1) is unknown color: approx 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

RGB199113177-
CMYK00.430.110.22
HSL315.35º43.43%61.18%-
HSV(B)315.35º43.22%78.04%-
XYZ37.3927.1344.86-
YUV146.01145.49165.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=40.70%
G=23.11%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911317700.430.110.22315.3543.4361.18
HexC771B102BB1613b2b3d
Octal30716126105313264735375
Binary110001111110001101100010101011101110110100111011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>