#C664BF

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

Shades of Fuchsia #C664BF

Tints of Fuchsia #C664BF

Color information

#C664BF (or 0xC664BF) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and BF. RGB value is (198,100,191). Sum of RGB (Red+Green+Blue) = 198+100+191=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C664BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664BF is #399B40. Grayscale: #8B8B8B. Windows color (decimal): -3775297 or 12543174. OLE color: 12543174.

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

Color convert

RGB198100191-
CMYK00.490.040.22
HSL304.29º46.23%58.43%-
HSV(B)304.29º49.49%77.65%-
XYZ37.2524.8852.13-
YUV139.68156.97169.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 191 (75% from 255) = 39.06%
R=40.49%
G=20.45%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810019100.490.040.22304.2946.2358.43
HexC664BF0314161302e3a
Octal3061442770614264605672
Binary11000110110010010111111011000110010110100110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664BF; }

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

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

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

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

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

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

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

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