#C268AB

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

Shades of Fuchsia #C268AB

Tints of Fuchsia #C268AB

Color information

#C268AB (or 0xC268AB) is unknown color: approx Fuchsia. HEX triplet: C2, 68 and AB. RGB value is (194,104,171). Sum of RGB (Red+Green+Blue) = 194+104+171=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AB is #3D9754. Grayscale: #8A8A8A. Windows color (decimal): -4036437 or 11233474. OLE color: 11233474.

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

Color convert

RGB194104171-
CMYK00.460.120.24
HSL315.33º42.45%58.43%-
HSV(B)315.33º46.39%76.08%-
XYZ34.5524.3141.4-
YUV138.55146.32167.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=41.36%
G=22.17%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410417100.460.120.24315.3342.4558.43
HexC268AB02EC1813b2a3a
Octal30215025305614304735272
Binary110000101101000101010110101110110011000100111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268AB; }

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

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

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

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

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

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

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

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