Html Css Color HEX #C156AA Fuchsia

📋 copy color: '#C156AA'

red 193 ◦ green 86 ◦ blue 170

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

Shades of Fuchsia #C156AA

Tints of Fuchsia #C156AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 42.98%
G = 19.15%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C156AA (or 0xC156AA) is known color: Fuchsia. HEX triplet: C1, 56 and AA. RGB value is (193,86,170). Sum of RGB (Red+Green+Blue) = 193+86+170=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C156AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156AA is #3EA955. Grayscale: #7F7F7F. Windows color (decimal): -4106582 or 11163329. OLE color: 11163329.

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

Color convert

RGB 193 86 170 -
CMYK 0 0.55 0.12 0.24
HSL 312.9º 0.46% 0.55% -
HSV(B) 312.9º 0.55% 0.76% -
XYZ 32.58 20.9 40.35 -
YUV 127.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 193 86 170 0 0.55 0.12 0.24 312.9 0.46 0.55
Hex C1 56 AA 0 37 C 18 139 2E 37
Octal 301 126 252 0 67 14 30 471 56 67
Binary 11000001 1010110 10101010 0 110111 1100 11000 100111001 101110 110111

Color Harmonies of #C156AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156AA

Black with #C156AA

Text Example


Text Example

White with #C156AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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