#C471B5

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

Shades of Fuchsia #C471B5

Tints of Fuchsia #C471B5

Color information

#C471B5 (or 0xC471B5) is unknown color: approx Fuchsia. HEX triplet: C4, 71 and B5. RGB value is (196,113,181). Sum of RGB (Red+Green+Blue) = 196+113+181=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471B5 is #3B8E4A. Grayscale: #919191. Windows color (decimal): -3903051 or 11891140. OLE color: 11891140.

HSL color Cylindrical-coordinate representation of color #C471B5: hue angle of 310.84º 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 #C471B5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196113181-
CMYK00.420.080.23
HSL310.84º41.29%60.59%-
HSV(B)310.84º42.35%76.86%-
XYZ37.0126.8846.95-
YUV145.57148163.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=40%
G=23.06%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611318100.420.080.23310.8441.2960.59
HexC471B502A817137293d
Octal30416126505210274675175
Binary110001001110001101101010101010100010111100110111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471B5; }

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

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

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

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

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

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

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

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