#C464AF

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

Shades of Fuchsia #C464AF

Tints of Fuchsia #C464AF

Color information

#C464AF (or 0xC464AF) is unknown color: approx Fuchsia. HEX triplet: C4, 64 and AF. RGB value is (196,100,175). Sum of RGB (Red+Green+Blue) = 196+100+175=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C464AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464AF is #3B9B50. Grayscale: #898989. Windows color (decimal): -3906385 or 11494596. OLE color: 11494596.

HSL color Cylindrical-coordinate representation of color #C464AF: hue angle of 313.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464AF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196100175-
CMYK00.490.110.23
HSL313.12º44.86%58.04%-
HSV(B)313.12º48.98%76.86%-
XYZ35.0623.9543.33-
YUV137.25149.3169.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=41.61%
G=21.23%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610017500.490.110.23313.1244.8658.04
HexC464AF031B171392d3a
Octal30414425706113274715572
Binary110001001100100101011110110001101110111100111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464AF; }

 p { color: rgb(196,100,175); }

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

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

 a { background-color: rgb(196,100,175); }

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

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

 span { border-color: rgb(196,100,175); }

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