#C65BAA

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

Shades of Fuchsia #C65BAA

Tints of Fuchsia #C65BAA

Color information

#C65BAA (or 0xC65BAA) is unknown color: approx Fuchsia. HEX triplet: C6, 5B and AA. RGB value is (198,91,170). Sum of RGB (Red+Green+Blue) = 198+91+170=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BAA is #39A455. Grayscale: #838383. Windows color (decimal): -3777622 or 11164614. OLE color: 11164614.

HSL color Cylindrical-coordinate representation of color #C65BAA: hue angle of 315.7º 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 #C65BAA is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19891170-
CMYK00.540.140.22
HSL315.7º48.42%56.67%-
HSV(B)315.7º54.04%77.65%-
XYZ34.2922.3940.54-
YUV132149.45175.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=43.14%
G=19.83%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989117000.540.140.22315.748.4256.67
HexC65BAA036E1613c3039
Octal30613325206616264746071
Binary110001101011011101010100110110111010110100111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BAA; }

 p { color: rgb(198,91,170); }

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

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

 a { background-color: rgb(198,91,170); }

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

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

 span { border-color: rgb(198,91,170); }

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