Html Css Color HEX #C156CB Fuchsia

📋 copy color: '#C156CB'

red 193 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #C156CB

Tints of Fuchsia #C156CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 40.04%
G = 17.84%
B = 42.12%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C156CB (or 0xC156CB) is known color: Fuchsia. HEX triplet: C1, 56 and CB. RGB value is (193,86,203). Sum of RGB (Red+Green+Blue) = 193+86+203=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C156CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156CB is #3EA934. Grayscale: #828282. Windows color (decimal): -4106549 or 13326017. OLE color: 13326017.

HSL color Cylindrical-coordinate representation of color #C156CB: hue angle of 294.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C156CB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 86 203 -
CMYK 0.05 0.58 0 0.20
HSL 294.87º 0.53% 0.57% -
HSV(B) 294.87º 0.58% 0.8% -
XYZ 36.1 22.3 58.9 -
YUV 131.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 193 86 203 0.05 0.58 0 0.20 294.87 0.53 0.57
Hex C1 56 CB 5 3A 0 14 127 35 39
Octal 301 126 313 5 72 0 24 447 65 71
Binary 11000001 1010110 11001011 101 111010 0 10100 100100111 110101 111001

Color Harmonies of #C156CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156CB

Black with #C156CB

Text Example


Text Example

White with #C156CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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