#C268AC

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

Shades of Fuchsia #C268AC

Tints of Fuchsia #C268AC

Color information

#C268AC (or 0xC268AC) is unknown color: approx Fuchsia. HEX triplet: C2, 68 and AC. RGB value is (194,104,172). Sum of RGB (Red+Green+Blue) = 194+104+172=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AC is #3D9753. Grayscale: #8A8A8A. Windows color (decimal): -4036436 or 11299010. OLE color: 11299010.

HSL color Cylindrical-coordinate representation of color #C268AC: hue angle of 314.67º 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 #C268AC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194104172-
CMYK00.460.110.24
HSL314.67º42.45%58.43%-
HSV(B)314.67º46.39%76.08%-
XYZ34.6424.3541.9-
YUV138.66146.82167.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=41.28%
G=22.13%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410417200.460.110.24314.6742.4558.43
HexC268AC02EB1813b2a3a
Octal30215025405613304735272
Binary110000101101000101011000101110101111000100111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268AC; }

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

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

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

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

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

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

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

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