#C258AC

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

Shades of Fuchsia #C258AC

Tints of Fuchsia #C258AC

Color information

#C258AC (or 0xC258AC) is unknown color: approx Fuchsia. HEX triplet: C2, 58 and AC. RGB value is (194,88,172). Sum of RGB (Red+Green+Blue) = 194+88+172=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C258AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258AC is #3DA753. Grayscale: #818181. Windows color (decimal): -4040532 or 11294914. OLE color: 11294914.

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

Color convert

RGB19488172-
CMYK00.550.110.24
HSL312.45º46.49%55.29%-
HSV(B)312.45º54.64%76.08%-
XYZ33.1821.4341.42-
YUV129.27152.12174.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=42.73%
G=19.38%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948817200.550.110.24312.4546.4955.29
HexC258AC037B181382e37
Octal30213025406713304705667
Binary110000101011000101011000110111101111000100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C258AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C258AC; }

 p { color: rgb(194,88,172); }

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

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

 a { background-color: rgb(194,88,172); }

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

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

 span { border-color: rgb(194,88,172); }

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