#C64FC8

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

Shades of Fuchsia #C64FC8

Tints of Fuchsia #C64FC8

Color information

#C64FC8 (or 0xC64FC8) is unknown color: approx Fuchsia. HEX triplet: C6, 4F and C8. RGB value is (198,79,200). Sum of RGB (Red+Green+Blue) = 198+79+200=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #C64FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FC8 is #39B037. Grayscale: #808080. Windows color (decimal): -3780664 or 13127622. OLE color: 13127622.

HSL color Cylindrical-coordinate representation of color #C64FC8: hue angle of 299.01º degrees, saturation: 0.52, 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 #C64FC8 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19879200-
CMYK0.010.6000.22
HSL299.01º52.38%54.71%-
HSV(B)299.01º60.5%78.43%-
XYZ36.5121.7756.92-
YUV128.38168.42177.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=41.51%
G=16.56%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198792000.010.6000.22299.0152.3854.71
HexC64FC813C01612b3437
Octal3061173101740264536467
Binary110001101001111110010001111100010110100101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64FC8; }

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

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

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

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

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

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

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

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