#C64EB9

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

Shades of Fuchsia #C64EB9

Tints of Fuchsia #C64EB9

Color information

#C64EB9 (or 0xC64EB9) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and B9. RGB value is (198,78,185). Sum of RGB (Red+Green+Blue) = 198+78+185=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EB9 is #39B146. Grayscale: #7D7D7D. Windows color (decimal): -3780935 or 12144326. OLE color: 12144326.

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

Color convert

RGB19878185-
CMYK00.610.070.22
HSL306.5º51.28%54.12%-
HSV(B)306.5º60.61%77.65%-
XYZ34.7720.9648.11-
YUV126.08161.26179.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=42.95%
G=16.92%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987818500.610.070.22306.551.2854.12
HexC64EB903D7161323336
Octal3061162710757264626366
Binary11000110100111010111001011110111110110100110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EB9; }

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

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

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

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

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

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

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

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