Html Css Color HEX #C159AD Fuchsia

📋 copy color: '#C159AD'

red 193 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #C159AD

Tints of Fuchsia #C159AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.02%

R = 42.42%
G = 19.56%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C159AD (or 0xC159AD) is known color: Fuchsia. HEX triplet: C1, 59 and AD. RGB value is (193,89,173). Sum of RGB (Red+Green+Blue) = 193+89+173=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AD is #3EA652. Grayscale: #818181. Windows color (decimal): -4105811 or 11360705. OLE color: 11360705.

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

Color convert

RGB 193 89 173 -
CMYK 0 0.54 0.10 0.24
HSL 311.54º 0.46% 0.55% -
HSV(B) 311.54º 0.54% 0.76% -
XYZ 33.11 21.5 41.94 -
YUV 129.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 193 89 173 0 0.54 0.10 0.24 311.54 0.46 0.55
Hex C1 59 AD 0 36 A 18 138 2E 37
Octal 301 131 255 0 66 12 30 470 56 67
Binary 11000001 1011001 10101101 0 110110 1010 11000 100111000 101110 110111

Color Harmonies of #C159AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159AD

Black with #C159AD

Text Example


Text Example

White with #C159AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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