#C259C3

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

Shades of Fuchsia #C259C3

Tints of Fuchsia #C259C3

Color information

#C259C3 (or 0xC259C3) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and C3. RGB value is (194,89,195). Sum of RGB (Red+Green+Blue) = 194+89+195=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #C259C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259C3 is #3DA63C. Grayscale: #848484. Windows color (decimal): -4040253 or 12802498. OLE color: 12802498.

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

Color convert

RGB19489195-
CMYK0.010.5400.24
HSL299.43º46.9%55.69%-
HSV(B)299.43º54.36%76.47%-
XYZ35.6722.5554.1-
YUV132.48163.29171.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=40.59%
G=18.62%
B=40.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194891950.010.5400.24299.4346.955.69
HexC259C313601812b2f38
Octal3021313031660304535770
Binary110000101011001110000111110110011000100101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259C3; }

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

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

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

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

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

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

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

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