#C64AAC

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

Shades of Fuchsia #C64AAC

Tints of Fuchsia #C64AAC

Color information

#C64AAC (or 0xC64AAC) is unknown color: approx Fuchsia. HEX triplet: C6, 4A and AC. RGB value is (198,74,172). Sum of RGB (Red+Green+Blue) = 198+74+172=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAC is #39B553. Grayscale: #797979. Windows color (decimal): -3781972 or 11291334. OLE color: 11291334.

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

Color convert

RGB19874172-
CMYK00.630.130.22
HSL312.58º52.1%53.33%-
HSV(B)312.58º62.63%77.65%-
XYZ33.1819.8841.12-
YUV122.25156.08182.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=44.59%
G=16.67%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987417200.630.130.22312.5852.153.33
HexC64AAC03FD161393435
Octal30611225407715264716465
Binary110001101001010101011000111111110110110100111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64AAC; }

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

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

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

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

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

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

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

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