Html Css Color HEX #C156BA Fuchsia

📋 copy color: '#C156BA'

red 193 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #C156BA

Tints of Fuchsia #C156BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 41.51%
G = 18.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C156BA (or 0xC156BA) is known color: Fuchsia. HEX triplet: C1, 56 and BA. RGB value is (193,86,186). Sum of RGB (Red+Green+Blue) = 193+86+186=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BA is #3EA945. Grayscale: #818181. Windows color (decimal): -4106566 or 12211905. OLE color: 12211905.

HSL color Cylindrical-coordinate representation of color #C156BA: hue angle of 303.93º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C156BA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 186 -
CMYK 0 0.55 0.04 0.24
HSL 303.93º 0.46% 0.55% -
HSV(B) 303.93º 0.55% 0.76% -
XYZ 34.18 21.54 48.81 -
YUV 129.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 193 86 186 0 0.55 0.04 0.24 303.93 0.46 0.55
Hex C1 56 BA 0 37 4 18 130 2E 37
Octal 301 126 272 0 67 4 30 460 56 67
Binary 11000001 1010110 10111010 0 110111 100 11000 100110000 101110 110111

Color Harmonies of #C156BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156BA

Black with #C156BA

Text Example


Text Example

White with #C156BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156BA; }

 p { color: rgb(193,86,186); }

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

background-color css

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

 a { background-color: rgb(193,86,186); }

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

border-color css

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

 span { border-color: rgb(193,86,186); }

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