#C646B4

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

Shades of Fuchsia #C646B4

Tints of Fuchsia #C646B4

Color information

#C646B4 (or 0xC646B4) is unknown color: approx Fuchsia. HEX triplet: C6, 46 and B4. RGB value is (198,70,180). Sum of RGB (Red+Green+Blue) = 198+70+180=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C646B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646B4 is #39B94B. Grayscale: #787878. Windows color (decimal): -3782988 or 11814598. OLE color: 11814598.

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

Color convert

RGB19870180-
CMYK00.650.090.22
HSL308.44º52.89%52.55%-
HSV(B)308.44º64.65%77.65%-
XYZ33.7219.6845.2-
YUV120.81161.41183.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=44.20%
G=15.62%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987018000.650.090.22308.4452.8952.55
HexC646B40419161343535
Octal306106264010111264646565
Binary1100011010001101011010001000001100110110100110100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C646B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C646B4; }

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

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

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

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

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

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

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

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