#C466BA

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

Shades of Fuchsia #C466BA

Tints of Fuchsia #C466BA

Color information

#C466BA (or 0xC466BA) is unknown color: approx Fuchsia. HEX triplet: C4, 66 and BA. RGB value is (196,102,186). Sum of RGB (Red+Green+Blue) = 196+102+186=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BA is #3B9945. Grayscale: #8B8B8B. Windows color (decimal): -3905862 or 12216004. OLE color: 12216004.

HSL color Cylindrical-coordinate representation of color #C466BA: hue angle of 306.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466BA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196102186-
CMYK00.480.050.23
HSL306.38º44.34%58.43%-
HSV(B)306.38º47.96%76.86%-
XYZ36.3824.7849.32-
YUV139.68154.14168.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=40.50%
G=21.07%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610218600.480.050.23306.3844.3458.43
HexC466BA0305171322c3a
Octal3041462720605274625472
Binary11000100110011010111010011000010110111100110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C466BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C466BA; }

 p { color: rgb(196,102,186); }

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

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

 a { background-color: rgb(196,102,186); }

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

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

 span { border-color: rgb(196,102,186); }

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