Html Css Color HEX #C159AC Fuchsia

📋 copy color: '#C159AC'

red 193 ◦ green 89 ◦ blue 172

#C159AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C159AC

Tints of Fuchsia #C159AC

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

 GREEN value IS 89 (35.16% from 255) = 19.6%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 42.51%
G = 19.6%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C159AC (or 0xC159AC) is known color: Fuchsia. HEX triplet: C1, 59 and AC. RGB value is (193,89,172). Sum of RGB (Red+Green+Blue) = 193+89+172=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AC is #3EA653. Grayscale: #818181. Windows color (decimal): -4105812 or 11295169. OLE color: 11295169.

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

Color convert

RGB 193 89 172 -
CMYK 0 0.54 0.11 0.24
HSL 312.12º 0.46% 0.55% -
HSV(B) 312.12º 0.54% 0.76% -
XYZ 33.01 21.46 41.43 -
YUV 129.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 193 89 172 0 0.54 0.11 0.24 312.12 0.46 0.55
Hex C1 59 AC 0 36 B 18 138 2E 37
Octal 301 131 254 0 66 13 30 470 56 67
Binary 11000001 1011001 10101100 0 110110 1011 11000 100111000 101110 110111

Color Harmonies of #C159AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159AC

Black with #C159AC

Text Example


Text Example

White with #C159AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159AC; }

 p { color: rgb(193,89,172); }

 H1.HeaderClassName
 {
   color: #C159AC;
 }
 .AnyTagClassName
 {
   color: #C159AC;
 }
</style>

background-color css

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

 a { background-color: rgb(193,89,172); }

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

border-color css

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

 span { border-color: rgb(193,89,172); }

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