#C265C1

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

Shades of Fuchsia #C265C1

Tints of Fuchsia #C265C1

Color information

#C265C1 (or 0xC265C1) is unknown color: approx Fuchsia. HEX triplet: C2, 65 and C1. RGB value is (194,101,193). Sum of RGB (Red+Green+Blue) = 194+101+193=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C265C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265C1 is #3D9A3E. Grayscale: #8B8B8B. Windows color (decimal): -4037183 or 12674498. OLE color: 12674498.

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

Color convert

RGB194101193-
CMYK00.480.010.24
HSL300.65º43.26%57.84%-
HSV(B)300.65º47.94%76.08%-
XYZ36.5324.6353.28-
YUV139.3158.31167.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=39.75%
G=20.70%
B=39.55%

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
Decimal19410119300.480.010.24300.6543.2657.84
HexC265C103011812d2b3a
Octal3021453010601304555372
Binary110000101100101110000010110000111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265C1; }

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

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

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

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

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

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

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

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