Html Css Color HEX #C159BD Fuchsia

📋 copy color: '#C159BD'

red 193 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #C159BD

Tints of Fuchsia #C159BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 40.98%
G = 18.9%
B = 40.13%

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

#C159BD (or 0xC159BD) is known color: Fuchsia. HEX triplet: C1, 59 and BD. RGB value is (193,89,189). Sum of RGB (Red+Green+Blue) = 193+89+189=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C159BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159BD is #3EA642. Grayscale: #838383. Windows color (decimal): -4105795 or 12409281. OLE color: 12409281.

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

Color convert

RGB 193 89 189 -
CMYK 0 0.54 0.02 0.24
HSL 302.31º 0.46% 0.55% -
HSV(B) 302.31º 0.54% 0.76% -
XYZ 34.75 22.16 50.59 -
YUV 131.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 193 89 189 0 0.54 0.02 0.24 302.31 0.46 0.55
Hex C1 59 BD 0 36 2 18 12E 2E 37
Octal 301 131 275 0 66 2 30 456 56 67
Binary 11000001 1011001 10111101 0 110110 10 11000 100101110 101110 110111

Color Harmonies of #C159BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159BD

Black with #C159BD

Text Example


Text Example

White with #C159BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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