Html Css Color HEX #C159AF Fuchsia

📋 copy color: '#C159AF'

red 193 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #C159AF

Tints of Fuchsia #C159AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 42.23%
G = 19.47%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C159AF (or 0xC159AF) is known color: Fuchsia. HEX triplet: C1, 59 and AF. RGB value is (193,89,175). Sum of RGB (Red+Green+Blue) = 193+89+175=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AF is #3EA650. Grayscale: #818181. Windows color (decimal): -4105809 or 11491777. OLE color: 11491777.

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

Color convert

RGB 193 89 175 -
CMYK 0 0.54 0.09 0.24
HSL 310.38º 0.46% 0.55% -
HSV(B) 310.38º 0.54% 0.76% -
XYZ 33.3 21.58 42.97 -
YUV 129.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 193 89 175 0 0.54 0.09 0.24 310.38 0.46 0.55
Hex C1 59 AF 0 36 9 18 136 2E 37
Octal 301 131 257 0 66 11 30 466 56 67
Binary 11000001 1011001 10101111 0 110110 1001 11000 100110110 101110 110111

Color Harmonies of #C159AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159AF

Black with #C159AF

Text Example


Text Example

White with #C159AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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