#C641BC

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

Shades of Fuchsia #C641BC

Tints of Fuchsia #C641BC

Color information

#C641BC (or 0xC641BC) is unknown color: approx Fuchsia. HEX triplet: C6, 41 and BC. RGB value is (198,65,188). Sum of RGB (Red+Green+Blue) = 198+65+188=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BC is #39BE43. Grayscale: #767676. Windows color (decimal): -3784260 or 12337606. OLE color: 12337606.

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

Color convert

RGB19865188-
CMYK00.670.050.22
HSL304.51º53.85%51.57%-
HSV(B)304.51º67.17%77.65%-
XYZ34.2619.4249.52-
YUV118.79167.06184.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=43.90%
G=14.41%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986518800.670.050.22304.5153.8551.57
HexC641BC0435161313634
Octal30610127401035264616664
Binary110001101000001101111000100001110110110100110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641BC; }

 p { color: rgb(198,65,188); }

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

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

 a { background-color: rgb(198,65,188); }

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

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

 span { border-color: rgb(198,65,188); }

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