#C64EAA

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

Shades of Fuchsia #C64EAA

Tints of Fuchsia #C64EAA

Color information

#C64EAA (or 0xC64EAA) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and AA. RGB value is (198,78,170). Sum of RGB (Red+Green+Blue) = 198+78+170=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAA is #39B155. Grayscale: #7C7C7C. Windows color (decimal): -3780950 or 11161286. OLE color: 11161286.

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

Color convert

RGB19878170-
CMYK00.610.140.22
HSL314º51.28%54.12%-
HSV(B)314º60.61%77.65%-
XYZ33.2720.3640.21-
YUV124.37153.76180.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=44.39%
G=17.49%
B=38.12%

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
Decimal1987817000.610.140.2231451.2854.12
HexC64EAA03DE1613a3336
Octal30611625207516264726366
Binary110001101001110101010100111101111010110100111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EAA; }

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

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

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

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

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

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

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

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