#C661BB

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

Shades of Fuchsia #C661BB

Tints of Fuchsia #C661BB

Color information

#C661BB (or 0xC661BB) is unknown color: approx Fuchsia. HEX triplet: C6, 61 and BB. RGB value is (198,97,187). Sum of RGB (Red+Green+Blue) = 198+97+187=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C661BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661BB is #399E44. Grayscale: #898989. Windows color (decimal): -3776069 or 12280262. OLE color: 12280262.

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

Color convert

RGB19897187-
CMYK00.510.060.22
HSL306.53º46.98%57.84%-
HSV(B)306.53º51.01%77.65%-
XYZ36.5324.1449.75-
YUV137.46155.96171.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=41.08%
G=20.12%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989718700.510.060.22306.5346.9857.84
HexC661BB0336161332f3a
Octal3061412730636264635772
Binary11000110110000110111011011001111010110100110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C661BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C661BB; }

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

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

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

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

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

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

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

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