#c259b1

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

Shades of Fuchsia #C259B1

Tints of Fuchsia #C259B1

Color information

#C259B1 (or 0xC259B1) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and B1. RGB value is (194,89,177). Sum of RGB (Red+Green+Blue) = 194+89+177=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C259B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259B1 is #3DA64E. Grayscale: #828282. Windows color (decimal): -4040271 or 11622850. OLE color: 11622850.

HSL color Cylindrical-coordinate representation of color #C259B1: hue angle of 309.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259B1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19489177-
CMYK00.540.090.24
HSL309.71º46.26%55.49%-
HSV(B)309.71º54.12%76.08%-
XYZ33.7621.7944.02-
YUV130.43154.29173.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=42.17%
G=19.35%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948917700.540.090.24309.7146.2655.49
HexC259B10369181362e37
Octal30213126106611304665667
Binary110000101011001101100010110110100111000100110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c259b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c259b1; }

 p { color: rgb(194,89,177); }

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

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

 a { background-color: rgb(194,89,177); }

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

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

 span { border-color: rgb(194,89,177); }

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