#C661B3

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

Shades of Fuchsia #C661B3

Tints of Fuchsia #C661B3

Color information

#C661B3 (or 0xC661B3) is unknown color: approx Fuchsia. HEX triplet: C6, 61 and B3. RGB value is (198,97,179). Sum of RGB (Red+Green+Blue) = 198+97+179=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C661B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661B3 is #399E4C. Grayscale: #888888. Windows color (decimal): -3776077 or 11755974. OLE color: 11755974.

HSL color Cylindrical-coordinate representation of color #C661B3: hue angle of 311.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C661B3 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19897179-
CMYK00.510.100.22
HSL311.29º46.98%57.84%-
HSV(B)311.29º51.01%77.65%-
XYZ35.723.8145.36-
YUV136.55151.96171.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=41.77%
G=20.46%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989717900.510.100.22311.2946.9857.84
HexC661B3033A161372f3a
Octal30614126306312264675772
Binary110001101100001101100110110011101010110100110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C661B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C661B3; }

 p { color: rgb(198,97,179); }

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

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

 a { background-color: rgb(198,97,179); }

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

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

 span { border-color: rgb(198,97,179); }

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