#C641B6

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

Shades of Fuchsia #C641B6

Tints of Fuchsia #C641B6

Color information

#C641B6 (or 0xC641B6) is unknown color: approx Fuchsia. HEX triplet: C6, 41 and B6. RGB value is (198,65,182). Sum of RGB (Red+Green+Blue) = 198+65+182=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C641B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641B6 is #39BE49. Grayscale: #757575. Windows color (decimal): -3784266 or 11944390. OLE color: 11944390.

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

Color convert

RGB19865182-
CMYK00.670.080.22
HSL307.22º53.85%51.57%-
HSV(B)307.22º67.17%77.65%-
XYZ33.6219.1646.18-
YUV118.1164.06184.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=44.49%
G=14.61%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986518200.670.080.22307.2253.8551.57
HexC641B60438161333634
Octal306101266010310264636664
Binary1100011010000011011011001000011100010110100110011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641B6; }

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

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

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

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

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

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

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

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