Html Css Color HEX #C159AB Fuchsia

📋 copy color: '#C159AB'

red 193 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #C159AB

Tints of Fuchsia #C159AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 42.6%
G = 19.65%
B = 37.75%

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

#C159AB (or 0xC159AB) is known color: Fuchsia. HEX triplet: C1, 59 and AB. RGB value is (193,89,171). Sum of RGB (Red+Green+Blue) = 193+89+171=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AB is #3EA654. Grayscale: #818181. Windows color (decimal): -4105813 or 11229633. OLE color: 11229633.

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

Color convert

RGB 193 89 171 -
CMYK 0 0.54 0.11 0.24
HSL 312.69º 0.46% 0.55% -
HSV(B) 312.69º 0.54% 0.76% -
XYZ 32.92 21.42 40.93 -
YUV 129.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 193 89 171 0 0.54 0.11 0.24 312.69 0.46 0.55
Hex C1 59 AB 0 36 B 18 139 2E 37
Octal 301 131 253 0 66 13 30 471 56 67
Binary 11000001 1011001 10101011 0 110110 1011 11000 100111001 101110 110111

Color Harmonies of #C159AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159AB

Black with #C159AB

Text Example


Text Example

White with #C159AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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