#C456BE

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

Shades of Fuchsia #C456BE

Tints of Fuchsia #C456BE

Color information

#C456BE (or 0xC456BE) is unknown color: approx Fuchsia. HEX triplet: C4, 56 and BE. RGB value is (196,86,190). Sum of RGB (Red+Green+Blue) = 196+86+190=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BE is #3BA941. Grayscale: #828282. Windows color (decimal): -3909954 or 12474052. OLE color: 12474052.

HSL color Cylindrical-coordinate representation of color #C456BE: hue angle of 303.27º 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 #C456BE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19686190-
CMYK00.560.030.23
HSL303.27º48.25%55.29%-
HSV(B)303.27º56.12%76.86%-
XYZ35.3922.1151.12-
YUV130.75161.44174.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=41.53%
G=18.22%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968619000.560.030.23303.2748.2555.29
HexC456BE03831712f3037
Octal3041262760703274576067
Binary1100010010101101011111001110001110111100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456BE; }

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

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

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

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

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

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

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

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