#C64EC8

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

Shades of Fuchsia #C64EC8

Tints of Fuchsia #C64EC8

Color information

#C64EC8 (or 0xC64EC8) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and C8. RGB value is (198,78,200). Sum of RGB (Red+Green+Blue) = 198+78+200=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #C64EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EC8 is #39B137. Grayscale: #7F7F7F. Windows color (decimal): -3780920 or 13127366. OLE color: 13127366.

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

Color convert

RGB19878200-
CMYK0.010.6100.22
HSL299.02º52.59%54.51%-
HSV(B)299.02º61%78.43%-
XYZ36.4421.6256.9-
YUV127.79168.76178.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=41.60%
G=16.39%
B=42.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198782000.010.6100.22299.0252.5954.51
HexC64EC813D01612b3537
Octal3061163101750264536567
Binary110001101001110110010001111101010110100101011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EC8; }

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

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

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

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

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

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

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

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