#C64EAB

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

Shades of Fuchsia #C64EAB

Tints of Fuchsia #C64EAB

Color information

#C64EAB (or 0xC64EAB) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and AB. RGB value is (198,78,171). Sum of RGB (Red+Green+Blue) = 198+78+171=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAB is #39B154. Grayscale: #7C7C7C. Windows color (decimal): -3780949 or 11226822. OLE color: 11226822.

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

Color convert

RGB19878171-
CMYK00.610.140.22
HSL313.5º51.28%54.12%-
HSV(B)313.5º60.61%77.65%-
XYZ33.3620.3940.71-
YUV124.48154.26180.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=44.30%
G=17.45%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987817100.610.140.22313.551.2854.12
HexC64EAB03DE1613a3336
Octal30611625307516264726366
Binary110001101001110101010110111101111010110100111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EAB; }

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

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

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

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

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

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

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

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