#C265AA

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

Shades of Fuchsia #C265AA

Tints of Fuchsia #C265AA

Color information

#C265AA (or 0xC265AA) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and AA. RGB value is (194,101,170). Sum of RGB (Red+Green+Blue) = 194+101+170=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AA is #3D9A55. Grayscale: #888888. Windows color (decimal): -4037206 or 11167170. OLE color: 11167170.

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

Color convert

RGB194101170-
CMYK00.480.120.24
HSL315.48º43.26%57.84%-
HSV(B)315.48º47.94%76.08%-
XYZ34.1623.6840.8-
YUV136.67146.81168.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=41.72%
G=21.72%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410117000.480.120.24315.4843.2657.84
HexC265AA030C1813b2b3a
Octal30214525206014304735372
Binary110000101100101101010100110000110011000100111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265AA; }

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

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

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

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

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

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

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

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