Html Css Color HEX #C156BD Fuchsia

📋 copy color: '#C156BD'

red 193 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #C156BD

Tints of Fuchsia #C156BD

RGB

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

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

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

R = 41.24%
G = 18.38%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C156BD (or 0xC156BD) is known color: Fuchsia. HEX triplet: C1, 56 and BD. RGB value is (193,86,189). Sum of RGB (Red+Green+Blue) = 193+86+189=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BD is #3EA942. Grayscale: #818181. Windows color (decimal): -4106563 or 12408513. OLE color: 12408513.

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

Color convert

RGB 193 86 189 -
CMYK 0 0.55 0.02 0.24
HSL 302.24º 0.46% 0.55% -
HSV(B) 302.24º 0.55% 0.76% -
XYZ 34.51 21.67 50.51 -
YUV 129.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 193 86 189 0 0.55 0.02 0.24 302.24 0.46 0.55
Hex C1 56 BD 0 37 2 18 12E 2E 37
Octal 301 126 275 0 67 2 30 456 56 67
Binary 11000001 1010110 10111101 0 110111 10 11000 100101110 101110 110111

Color Harmonies of #C156BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156BD

Black with #C156BD

Text Example


Text Example

White with #C156BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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