Html Css Color HEX #C159BE Fuchsia

📋 copy color: '#C159BE'

red 193 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #C159BE

Tints of Fuchsia #C159BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 40.89%
G = 18.86%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C159BE (or 0xC159BE) is known color: Fuchsia. HEX triplet: C1, 59 and BE. RGB value is (193,89,190). Sum of RGB (Red+Green+Blue) = 193+89+190=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C159BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159BE is #3EA641. Grayscale: #838383. Windows color (decimal): -4105794 or 12474817. OLE color: 12474817.

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

Color convert

RGB 193 89 190 -
CMYK 0 0.54 0.02 0.24
HSL 301.73º 0.46% 0.55% -
HSV(B) 301.73º 0.54% 0.76% -
XYZ 34.86 22.2 51.16 -
YUV 131.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 193 89 190 0 0.54 0.02 0.24 301.73 0.46 0.55
Hex C1 59 BE 0 36 2 18 12E 2E 37
Octal 301 131 276 0 66 2 30 456 56 67
Binary 11000001 1011001 10111110 0 110110 10 11000 100101110 101110 110111

Color Harmonies of #C159BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159BE

Black with #C159BE

Text Example


Text Example

White with #C159BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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