#C64EAC

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

Shades of Fuchsia #C64EAC

Tints of Fuchsia #C64EAC

Color information

#C64EAC (or 0xC64EAC) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and AC. RGB value is (198,78,172). Sum of RGB (Red+Green+Blue) = 198+78+172=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAC is #39B153. Grayscale: #7C7C7C. Windows color (decimal): -3780948 or 11292358. OLE color: 11292358.

HSL color Cylindrical-coordinate representation of color #C64EAC: hue angle of 313º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64EAC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19878172-
CMYK00.610.130.22
HSL313º51.28%54.12%-
HSV(B)313º60.61%77.65%-
XYZ33.4620.4341.21-
YUV124.6154.76180.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=44.20%
G=17.41%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987817200.610.130.2231351.2854.12
HexC64EAC03DD161393336
Octal30611625407515264716366
Binary110001101001110101011000111101110110110100111001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EAC; }

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

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

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

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

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

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

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

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