#C456C1

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

Shades of Fuchsia #C456C1

Tints of Fuchsia #C456C1

Color information

#C456C1 (or 0xC456C1) is unknown color: approx Fuchsia. HEX triplet: C4, 56 and C1. RGB value is (196,86,193). Sum of RGB (Red+Green+Blue) = 196+86+193=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C456C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456C1 is #3BA93E. Grayscale: #828282. Windows color (decimal): -3909951 or 12670660. OLE color: 12670660.

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

Color convert

RGB19686193-
CMYK00.560.020.23
HSL301.64º48.25%55.29%-
HSV(B)301.64º56.12%76.86%-
XYZ35.7222.2452.86-
YUV131.09162.94174.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=41.26%
G=18.11%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968619300.560.020.23301.6448.2555.29
HexC456C103821712e3037
Octal3041263010702274566067
Binary1100010010101101100000101110001010111100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456C1; }

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

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

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

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

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

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

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

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