#C643B4

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

Shades of Fuchsia #C643B4

Tints of Fuchsia #C643B4

Color information

#C643B4 (or 0xC643B4) is unknown color: approx Fuchsia. HEX triplet: C6, 43 and B4. RGB value is (198,67,180). Sum of RGB (Red+Green+Blue) = 198+67+180=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C643B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643B4 is #39BC4B. Grayscale: #767676. Windows color (decimal): -3783756 or 11813830. OLE color: 11813830.

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

Color convert

RGB19867180-
CMYK00.660.090.22
HSL308.24º53.47%51.96%-
HSV(B)308.24º66.16%77.65%-
XYZ33.5319.3245.14-
YUV119.05162.4184.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 67 (26.56% from 255) = 15.06%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=44.49%
G=15.06%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986718000.660.090.22308.2453.4751.96
HexC643B40429161343534
Octal306103264010211264646564
Binary1100011010000111011010001000010100110110100110100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C643B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C643B4; }

 p { color: rgb(198,67,180); }

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

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

 a { background-color: rgb(198,67,180); }

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

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

 span { border-color: rgb(198,67,180); }

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