#C65CA9

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

Shades of Fuchsia #C65CA9

Tints of Fuchsia #C65CA9

Color information

#C65CA9 (or 0xC65CA9) is unknown color: approx Fuchsia. HEX triplet: C6, 5C and A9. RGB value is (198,92,169). Sum of RGB (Red+Green+Blue) = 198+92+169=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CA9 is #39A356. Grayscale: #848484. Windows color (decimal): -3777367 or 11099334. OLE color: 11099334.

HSL color Cylindrical-coordinate representation of color #C65CA9: hue angle of 316.42º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CA9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19892169-
CMYK00.540.150.22
HSL316.42º48.18%56.86%-
HSV(B)316.42º53.54%77.65%-
XYZ34.2822.5240.08-
YUV132.47148.62174.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=43.14%
G=20.04%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989216900.540.150.22316.4248.1856.86
HexC65CA9036F1613c3039
Octal30613425106617264746071
Binary110001101011100101010010110110111110110100111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CA9; }

 p { color: rgb(198,92,169); }

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

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

 a { background-color: rgb(198,92,169); }

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

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

 span { border-color: rgb(198,92,169); }

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