#C64DCA

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

Shades of Fuchsia #C64DCA

Tints of Fuchsia #C64DCA

Color information

#C64DCA (or 0xC64DCA) is unknown color: approx Fuchsia. HEX triplet: C6, 4D and CA. RGB value is (198,77,202). Sum of RGB (Red+Green+Blue) = 198+77+202=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C64DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DCA is #39B235. Grayscale: #7F7F7F. Windows color (decimal): -3781174 or 13258182. OLE color: 13258182.

HSL color Cylindrical-coordinate representation of color #C64DCA: hue angle of 298.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64DCA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19877202-
CMYK0.020.6200.21
HSL298.08º54.11%54.71%-
HSV(B)298.08º61.88%79.22%-
XYZ36.621.5858.11-
YUV127.43170.09178.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=41.51%
G=16.14%
B=42.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198772020.020.6200.21298.0854.1154.71
HexC64DCA23E01512a3637
Octal3061153122760254526667
Binary1100011010011011100101010111110010101100101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DCA; }

 p { color: rgb(198,77,202); }

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

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

 a { background-color: rgb(198,77,202); }

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

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

 span { border-color: rgb(198,77,202); }

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