#c64ab3

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

Shades of Fuchsia #C64AB3

Tints of Fuchsia #C64AB3

Color information

#C64AB3 (or 0xC64AB3) is unknown color: approx Fuchsia. HEX triplet: C6, 4A and B3. RGB value is (198,74,179). Sum of RGB (Red+Green+Blue) = 198+74+179=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AB3 is #39B54C. Grayscale: #7A7A7A. Windows color (decimal): -3781965 or 11750086. OLE color: 11750086.

HSL color Cylindrical-coordinate representation of color #C64AB3: hue angle of 309.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64AB3 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19874179-
CMYK00.630.100.22
HSL309.19º52.1%53.33%-
HSV(B)309.19º62.63%77.65%-
XYZ33.8720.1644.75-
YUV123.05159.58181.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=43.90%
G=16.41%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987417900.630.100.22309.1952.153.33
HexC64AB303FA161353435
Octal30611226307712264656465
Binary110001101001010101100110111111101010110100110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64ab3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64ab3; }

 p { color: rgb(198,74,179); }

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

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

 a { background-color: rgb(198,74,179); }

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

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

 span { border-color: rgb(198,74,179); }

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