#C664BB

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

Shades of Fuchsia #C664BB

Tints of Fuchsia #C664BB

Color information

#C664BB (or 0xC664BB) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and BB. RGB value is (198,100,187). Sum of RGB (Red+Green+Blue) = 198+100+187=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C664BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664BB is #399B44. Grayscale: #8A8A8A. Windows color (decimal): -3775301 or 12281030. OLE color: 12281030.

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

Color convert

RGB198100187-
CMYK00.490.060.22
HSL306.73º46.23%58.43%-
HSV(B)306.73º49.49%77.65%-
XYZ36.8224.7149.84-
YUV139.22154.97169.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=40.82%
G=20.62%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810018700.490.060.22306.7346.2358.43
HexC664BB0316161332e3a
Octal3061442730616264635672
Binary11000110110010010111011011000111010110100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664BB; }

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

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

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

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

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

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

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

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