#C265BA

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

Shades of Fuchsia #C265BA

Tints of Fuchsia #C265BA

Color information

#C265BA (or 0xC265BA) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and BA. RGB value is (194,101,186). Sum of RGB (Red+Green+Blue) = 194+101+186=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C265BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265BA is #3D9A45. Grayscale: #8A8A8A. Windows color (decimal): -4037190 or 12215746. OLE color: 12215746.

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

Color convert

RGB194101186-
CMYK00.480.040.24
HSL305.16º43.26%57.84%-
HSV(B)305.16º47.94%76.08%-
XYZ35.7624.3249.26-
YUV138.5154.81167.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=40.33%
G=21.00%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410118600.480.040.24305.1643.2657.84
HexC265BA0304181312b3a
Octal3021452720604304615372
Binary11000010110010110111010011000010011000100110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265BA; }

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

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

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

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

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

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

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

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