#C456B9

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

Shades of Fuchsia #C456B9

Tints of Fuchsia #C456B9

Color information

#C456B9 (or 0xC456B9) is unknown color: approx Fuchsia. HEX triplet: C4, 56 and B9. RGB value is (196,86,185). Sum of RGB (Red+Green+Blue) = 196+86+185=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C456B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456B9 is #3BA946. Grayscale: #818181. Windows color (decimal): -3909959 or 12146372. OLE color: 12146372.

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

Color convert

RGB19686185-
CMYK00.560.060.23
HSL306º48.25%55.29%-
HSV(B)306º56.12%76.86%-
XYZ34.8521.8948.29-
YUV130.18158.94174.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=41.97%
G=18.42%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968618500.560.060.2330648.2555.29
HexC456B90386171323037
Octal3041262710706274626067
Binary11000100101011010111001011100011010111100110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456B9; }

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

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

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

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

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

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

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

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