#C456BC

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

Shades of Fuchsia #C456BC

Tints of Fuchsia #C456BC

Color information

#C456BC (or 0xC456BC) is unknown color: approx Fuchsia. HEX triplet: C4, 56 and BC. RGB value is (196,86,188). Sum of RGB (Red+Green+Blue) = 196+86+188=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BC is #3BA943. Grayscale: #828282. Windows color (decimal): -3909956 or 12342980. OLE color: 12342980.

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

Color convert

RGB19686188-
CMYK00.560.040.23
HSL304.36º48.25%55.29%-
HSV(B)304.36º56.12%76.86%-
XYZ35.1722.0249.97-
YUV130.52160.44174.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 188 (73.83% from 255) = 40%
R=41.70%
G=18.30%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968618800.560.040.23304.3648.2555.29
HexC456BC0384171303037
Octal3041262740704274606067
Binary11000100101011010111100011100010010111100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456BC; }

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

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

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

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

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

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

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

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