#C25CAB

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

Shades of Fuchsia #C25CAB

Tints of Fuchsia #C25CAB

Color information

#C25CAB (or 0xC25CAB) is unknown color: approx Fuchsia. HEX triplet: C2, 5C and AB. RGB value is (194,92,171). Sum of RGB (Red+Green+Blue) = 194+92+171=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAB is #3DA354. Grayscale: #838383. Windows color (decimal): -4039509 or 11230402. OLE color: 11230402.

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

Color convert

RGB19492171-
CMYK00.530.120.24
HSL313.53º45.54%56.08%-
HSV(B)313.53º52.58%76.08%-
XYZ33.4322.0641.03-
YUV131.5150.29172.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=42.45%
G=20.13%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949217100.530.120.24313.5345.5456.08
HexC25CAB035C1813a2e38
Octal30213425306514304725670
Binary110000101011100101010110110101110011000100111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25CAB; }

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

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

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

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

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

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

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

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