#C64DC1

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

Shades of Fuchsia #C64DC1

Tints of Fuchsia #C64DC1

Color information

#C64DC1 (or 0xC64DC1) is unknown color: approx Fuchsia. HEX triplet: C6, 4D and C1. RGB value is (198,77,193). Sum of RGB (Red+Green+Blue) = 198+77+193=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DC1 is #39B23E. Grayscale: #7E7E7E. Windows color (decimal): -3781183 or 12668358. OLE color: 12668358.

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

Color convert

RGB19877193-
CMYK00.610.030.22
HSL302.48º51.49%53.92%-
HSV(B)302.48º61.11%77.65%-
XYZ35.5721.1652.66-
YUV126.4165.59179.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=42.31%
G=16.45%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987719300.610.030.22302.4851.4953.92
HexC64DC103D31612e3336
Octal3061153010753264566366
Binary1100011010011011100000101111011110110100101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DC1; }

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

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

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

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

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

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

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

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