#C95EAB

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

Shades of Fuchsia #C95EAB

Tints of Fuchsia #C95EAB

Color information

#C95EAB (or 0xC95EAB) is unknown color: approx Fuchsia. HEX triplet: C9, 5E and AB. RGB value is (201,94,171). Sum of RGB (Red+Green+Blue) = 201+94+171=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EAB is #36A154. Grayscale: #868686. Windows color (decimal): -3580245 or 11230921. OLE color: 11230921.

HSL color Cylindrical-coordinate representation of color #C95EAB: hue angle of 316.82º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EAB is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20194171-
CMYK00.530.150.21
HSL316.82º49.77%57.84%-
HSV(B)316.82º53.23%78.82%-
XYZ35.4423.3641.17-
YUV134.77148.45175.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=43.13%
G=20.17%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019417100.530.150.21316.8249.7757.84
HexC95EAB035F1513d323a
Octal31113625306517254756272
Binary110010011011110101010110110101111110101100111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95EAB; }

 p { color: rgb(201,94,171); }

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

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

 a { background-color: rgb(201,94,171); }

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

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

 span { border-color: rgb(201,94,171); }

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