#C664AF

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

Shades of Fuchsia #C664AF

Tints of Fuchsia #C664AF

Color information

#C664AF (or 0xC664AF) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and AF. RGB value is (198,100,175). Sum of RGB (Red+Green+Blue) = 198+100+175=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C664AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664AF is #399B50. Grayscale: #898989. Windows color (decimal): -3775313 or 11494598. OLE color: 11494598.

HSL color Cylindrical-coordinate representation of color #C664AF: hue angle of 314.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664AF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198100175-
CMYK00.490.120.22
HSL314.08º46.23%58.43%-
HSV(B)314.08º49.49%77.65%-
XYZ35.5824.2243.36-
YUV137.85148.97170.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=41.86%
G=21.14%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810017500.490.120.22314.0846.2358.43
HexC664AF031C1613a2e3a
Octal30614425706114264725672
Binary110001101100100101011110110001110010110100111010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664AF; }

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

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

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

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

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

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

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

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