#C456BA

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

Shades of Fuchsia #C456BA

Tints of Fuchsia #C456BA

Color information

#C456BA (or 0xC456BA) is unknown color: approx Fuchsia. HEX triplet: C4, 56 and BA. RGB value is (196,86,186). Sum of RGB (Red+Green+Blue) = 196+86+186=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BA is #3BA945. Grayscale: #828282. Windows color (decimal): -3909958 or 12211908. OLE color: 12211908.

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

Color convert

RGB19686186-
CMYK00.560.050.23
HSL305.45º48.25%55.29%-
HSV(B)305.45º56.12%76.86%-
XYZ34.9621.9448.85-
YUV130.29159.44174.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=41.88%
G=18.38%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968618600.560.050.23305.4548.2555.29
HexC456BA0385171313037
Octal3041262720705274616067
Binary11000100101011010111010011100010110111100110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456BA; }

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

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

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

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

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

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

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

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