#c64fcf

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

Shades of Fuchsia #C64FCF

Tints of Fuchsia #C64FCF

Color information

#C64FCF (or 0xC64FCF) is unknown color: approx Fuchsia. HEX triplet: C6, 4F and CF. RGB value is (198,79,207). Sum of RGB (Red+Green+Blue) = 198+79+207=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FCF is #39B030. Grayscale: #808080. Windows color (decimal): -3780657 or 13586374. OLE color: 13586374.

HSL color Cylindrical-coordinate representation of color #C64FCF: hue angle of 295.78º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64FCF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19879207-
CMYK0.040.6200.19
HSL295.78º57.14%56.08%-
HSV(B)295.78º61.84%81.18%-
XYZ37.3522.161.33-
YUV129.17171.92177.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=40.91%
G=16.32%
B=42.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198792070.040.6200.19295.7857.1456.08
HexC64FCF43E0131283938
Octal3061173174760234507170
Binary11000110100111111001111100111110010011100101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64fcf; }

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

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

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

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

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

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

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

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