#C265C0

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

Shades of Fuchsia #C265C0

Tints of Fuchsia #C265C0

Color information

#C265C0 (or 0xC265C0) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and C0. RGB value is (194,101,192). Sum of RGB (Red+Green+Blue) = 194+101+192=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C265C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265C0 is #3D9A3F. Grayscale: #8A8A8A. Windows color (decimal): -4037184 or 12608962. OLE color: 12608962.

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

Color convert

RGB194101192-
CMYK00.480.010.24
HSL301.29º43.26%57.84%-
HSV(B)301.29º47.94%76.08%-
XYZ36.4224.5852.69-
YUV139.18157.81167.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=39.84%
G=20.74%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410119200.480.010.24301.2943.2657.84
HexC265C003011812d2b3a
Octal3021453000601304555372
Binary110000101100101110000000110000111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265C0; }

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

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

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

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

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

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

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

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