#C255AB

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

Shades of Fuchsia #C255AB

Tints of Fuchsia #C255AB

Color information

#C255AB (or 0xC255AB) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and AB. RGB value is (194,85,171). Sum of RGB (Red+Green+Blue) = 194+85+171=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AB is #3DAA54. Grayscale: #7F7F7F. Windows color (decimal): -4041301 or 11228610. OLE color: 11228610.

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

Color convert

RGB19485171-
CMYK00.560.120.24
HSL312.66º47.19%54.71%-
HSV(B)312.66º56.19%76.08%-
XYZ32.8520.9140.83-
YUV127.4152.61175.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 171 (67.19% from 255) = 38%
R=43.11%
G=18.89%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948517100.560.120.24312.6647.1954.71
HexC255AB038C181392f37
Octal30212525307014304715767
Binary110000101010101101010110111000110011000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255AB; }

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

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

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

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

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

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

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

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