Html Css Color HEX #C156AF Fuchsia

📋 copy color: '#C156AF'

red 193 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #C156AF

Tints of Fuchsia #C156AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 42.51%
G = 18.94%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C156AF (or 0xC156AF) is known color: Fuchsia. HEX triplet: C1, 56 and AF. RGB value is (193,86,175). Sum of RGB (Red+Green+Blue) = 193+86+175=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C156AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156AF is #3EA950. Grayscale: #7F7F7F. Windows color (decimal): -4106577 or 11491009. OLE color: 11491009.

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

Color convert

RGB 193 86 175 -
CMYK 0 0.55 0.09 0.24
HSL 310.09º 0.46% 0.55% -
HSV(B) 310.09º 0.55% 0.76% -
XYZ 33.06 21.09 42.89 -
YUV 128.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 193 86 175 0 0.55 0.09 0.24 310.09 0.46 0.55
Hex C1 56 AF 0 37 9 18 136 2E 37
Octal 301 126 257 0 67 11 30 466 56 67
Binary 11000001 1010110 10101111 0 110111 1001 11000 100110110 101110 110111

Color Harmonies of #C156AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156AF

Black with #C156AF

Text Example


Text Example

White with #C156AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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