#C660BB

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

Shades of Fuchsia #C660BB

Tints of Fuchsia #C660BB

Color information

#C660BB (or 0xC660BB) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and BB. RGB value is (198,96,187). Sum of RGB (Red+Green+Blue) = 198+96+187=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C660BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660BB is #399F44. Grayscale: #888888. Windows color (decimal): -3776325 or 12280006. OLE color: 12280006.

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

Color convert

RGB19896187-
CMYK00.520.060.22
HSL306.47º47.22%57.65%-
HSV(B)306.47º51.52%77.65%-
XYZ36.4423.9649.72-
YUV136.87156.29171.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=41.16%
G=19.96%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989618700.520.060.22306.4747.2257.65
HexC660BB0346161322f3a
Octal3061402730646264625772
Binary11000110110000010111011011010011010110100110010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660BB; }

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

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

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

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

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

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

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

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