#C471B0

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

Shades of Fuchsia #C471B0

Tints of Fuchsia #C471B0

Color information

#C471B0 (or 0xC471B0) is unknown color: approx Fuchsia. HEX triplet: C4, 71 and B0. RGB value is (196,113,176). Sum of RGB (Red+Green+Blue) = 196+113+176=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471B0 is #3B8E4F. Grayscale: #909090. Windows color (decimal): -3903056 or 11563460. OLE color: 11563460.

HSL color Cylindrical-coordinate representation of color #C471B0: hue angle of 314.46º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471B0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196113176-
CMYK00.420.100.23
HSL314.46º41.29%60.59%-
HSV(B)314.46º42.35%76.86%-
XYZ36.5126.6844.3-
YUV145145.5164.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=40.41%
G=23.30%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611317600.420.100.23314.4641.2960.59
HexC471B002AA1713a293d
Octal30416126005212274725175
Binary110001001110001101100000101010101010111100111010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471B0; }

 p { color: rgb(196,113,176); }

 H1.HeaderClassName
 {
   color: #C471B0;
 }
 .AnyTagClassName
 {
   color: #C471B0;
 }
</style>
background-color css

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

 a { background-color: rgb(196,113,176); }

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

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

 span { border-color: rgb(196,113,176); }

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