Html Css Color HEX #C159A7 Fuchsia

📋 copy color: '#C159A7'

red 193 ◦ green 89 ◦ blue 167

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

Shades of Fuchsia #C159A7

Tints of Fuchsia #C159A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 42.98%
G = 19.82%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C159A7 (or 0xC159A7) is known color: Fuchsia. HEX triplet: C1, 59 and A7. RGB value is (193,89,167). Sum of RGB (Red+Green+Blue) = 193+89+167=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C159A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159A7 is #3EA658. Grayscale: #808080. Windows color (decimal): -4105817 or 10967489. OLE color: 10967489.

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

Color convert

RGB 193 89 167 -
CMYK 0 0.54 0.13 0.24
HSL 315º 0.46% 0.55% -
HSV(B) 315º 0.54% 0.76% -
XYZ 32.54 21.27 38.95 -
YUV 128.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 193 89 167 0 0.54 0.13 0.24 315 0.46 0.55
Hex C1 59 A7 0 36 D 18 13B 2E 37
Octal 301 131 247 0 66 15 30 473 56 67
Binary 11000001 1011001 10100111 0 110110 1101 11000 100111011 101110 110111

Color Harmonies of #C159A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159A7

Black with #C159A7

Text Example


Text Example

White with #C159A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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