#C259AD

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

Shades of Fuchsia #C259AD

Tints of Fuchsia #C259AD

Color information

#C259AD (or 0xC259AD) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and AD. RGB value is (194,89,173). Sum of RGB (Red+Green+Blue) = 194+89+173=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C259AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259AD is #3DA652. Grayscale: #818181. Windows color (decimal): -4040275 or 11360706. OLE color: 11360706.

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

Color convert

RGB19489173-
CMYK00.540.110.24
HSL312º46.26%55.49%-
HSV(B)312º54.12%76.08%-
XYZ33.3621.6341.95-
YUV129.97152.29173.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=42.54%
G=19.52%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948917300.540.110.2431246.2655.49
HexC259AD036B181382e37
Octal30213125506613304705667
Binary110000101011001101011010110110101111000100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259AD; }

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

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

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

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

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

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

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

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