#C259BC

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

Shades of Fuchsia #C259BC

Tints of Fuchsia #C259BC

Color information

#C259BC (or 0xC259BC) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and BC. RGB value is (194,89,188). Sum of RGB (Red+Green+Blue) = 194+89+188=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C259BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259BC is #3DA643. Grayscale: #838383. Windows color (decimal): -4040260 or 12343746. OLE color: 12343746.

HSL color Cylindrical-coordinate representation of color #C259BC: hue angle of 303.43º 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 #C259BC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19489188-
CMYK00.540.030.24
HSL303.43º46.26%55.49%-
HSV(B)303.43º54.12%76.08%-
XYZ34.922.2450.03-
YUV131.68159.79172.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 89 (35.16% from 255) = 18.90%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=41.19%
G=18.90%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948918800.540.030.24303.4346.2655.49
HexC259BC03631812f2e37
Octal3021312740663304575667
Binary1100001010110011011110001101101111000100101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259BC; }

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

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

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

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

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

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

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

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