#C265A9

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

Shades of Fuchsia #C265A9

Tints of Fuchsia #C265A9

Color information

#C265A9 (or 0xC265A9) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and A9. RGB value is (194,101,169). Sum of RGB (Red+Green+Blue) = 194+101+169=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A9 is #3D9A56. Grayscale: #888888. Windows color (decimal): -4037207 or 11101634. OLE color: 11101634.

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

Color convert

RGB194101169-
CMYK00.480.130.24
HSL316.13º43.26%57.84%-
HSV(B)316.13º47.94%76.08%-
XYZ34.0623.6440.3-
YUV136.56146.31168.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=41.81%
G=21.77%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410116900.480.130.24316.1343.2657.84
HexC265A9030D1813c2b3a
Octal30214525106015304745372
Binary110000101100101101010010110000110111000100111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265A9; }

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

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

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

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

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

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

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

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