#C664BA

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

Shades of Fuchsia #C664BA

Tints of Fuchsia #C664BA

Color information

#C664BA (or 0xC664BA) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and BA. RGB value is (198,100,186). Sum of RGB (Red+Green+Blue) = 198+100+186=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C664BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664BA is #399B45. Grayscale: #8A8A8A. Windows color (decimal): -3775302 or 12215494. OLE color: 12215494.

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

Color convert

RGB198100186-
CMYK00.490.060.22
HSL307.35º46.23%58.43%-
HSV(B)307.35º49.49%77.65%-
XYZ36.7124.6749.28-
YUV139.11154.47170.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=40.91%
G=20.66%
B=38.43%

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
Decimal19810018600.490.060.22307.3546.2358.43
HexC664BA0316161332e3a
Octal3061442720616264635672
Binary11000110110010010111010011000111010110100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664BA; }

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

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

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

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

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

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

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

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