#C265AC

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

Shades of Fuchsia #C265AC

Tints of Fuchsia #C265AC

Color information

#C265AC (or 0xC265AC) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and AC. RGB value is (194,101,172). Sum of RGB (Red+Green+Blue) = 194+101+172=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AC is #3D9A53. Grayscale: #888888. Windows color (decimal): -4037204 or 11298242. OLE color: 11298242.

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

Color convert

RGB194101172-
CMYK00.480.110.24
HSL314.19º43.26%57.84%-
HSV(B)314.19º47.94%76.08%-
XYZ34.3523.7641.8-
YUV136.9147.81168.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=41.54%
G=21.63%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410117200.480.110.24314.1943.2657.84
HexC265AC030B1813a2b3a
Octal30214525406013304725372
Binary110000101100101101011000110000101111000100111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265AC; }

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

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

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

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

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

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

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

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