#C841AB

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

Shades of Fuchsia #C841AB

Tints of Fuchsia #C841AB

Color information

#C841AB (or 0xC841AB) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and AB. RGB value is (200,65,171). Sum of RGB (Red+Green+Blue) = 200+65+171=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AB is #37BE54. Grayscale: #757575. Windows color (decimal): -3653205 or 11223496. OLE color: 11223496.

HSL color Cylindrical-coordinate representation of color #C841AB: hue angle of 312.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841AB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20065171-
CMYK00.680.140.22
HSL312.89º55.1%51.96%-
HSV(B)312.89º67.5%78.43%-
XYZ33.061940.45-
YUV117.45158.23186.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=45.87%
G=14.91%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006517100.680.140.22312.8955.151.96
HexC841AB044E161393734
Octal310101253010416264716764
Binary1100100010000011010101101000100111010110100111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841AB; }

 p { color: rgb(200,65,171); }

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

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

 a { background-color: rgb(200,65,171); }

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

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

 span { border-color: rgb(200,65,171); }

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