#C871B3

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

Shades of Fuchsia #C871B3

Tints of Fuchsia #C871B3

Color information

#C871B3 (or 0xC871B3) is unknown color: approx Fuchsia. HEX triplet: C8, 71 and B3. RGB value is (200,113,179). Sum of RGB (Red+Green+Blue) = 200+113+179=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C871B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871B3 is #378E4C. Grayscale: #929292. Windows color (decimal): -3640909 or 11760072. OLE color: 11760072.

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

Color convert

RGB200113179-
CMYK00.440.100.22
HSL314.48º44.16%61.37%-
HSV(B)314.48º43.5%78.43%-
XYZ37.8627.3445.93-
YUV146.54146.32166.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=40.65%
G=22.97%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011317900.440.100.22314.4844.1661.37
HexC871B302CA1613a2c3d
Octal31016126305412264725475
Binary110010001110001101100110101100101010110100111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871B3; }

 p { color: rgb(200,113,179); }

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

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

 a { background-color: rgb(200,113,179); }

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

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

 span { border-color: rgb(200,113,179); }

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