#C25EAB

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

Shades of Fuchsia #C25EAB

Tints of Fuchsia #C25EAB

Color information

#C25EAB (or 0xC25EAB) is unknown color: approx Fuchsia. HEX triplet: C2, 5E and AB. RGB value is (194,94,171). Sum of RGB (Red+Green+Blue) = 194+94+171=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EAB is #3DA154. Grayscale: #848484. Windows color (decimal): -4038997 or 11230914. OLE color: 11230914.

HSL color Cylindrical-coordinate representation of color #C25EAB: hue angle of 313.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EAB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19494171-
CMYK00.520.120.24
HSL313.8º45.05%56.47%-
HSV(B)313.8º51.55%76.08%-
XYZ33.622.4241.08-
YUV132.68149.63171.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=42.27%
G=20.48%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949417100.520.120.24313.845.0556.47
HexC25EAB034C1813a2d38
Octal30213625306414304725570
Binary110000101011110101010110110100110011000100111010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25EAB; }

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

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

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

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

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

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

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

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