Html Css Color HEX #C156AD Fuchsia

📋 copy color: '#C156AD'

red 193 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #C156AD

Tints of Fuchsia #C156AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 42.7%
G = 19.03%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C156AD (or 0xC156AD) is known color: Fuchsia. HEX triplet: C1, 56 and AD. RGB value is (193,86,173). Sum of RGB (Red+Green+Blue) = 193+86+173=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C156AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156AD is #3EA952. Grayscale: #7F7F7F. Windows color (decimal): -4106579 or 11359937. OLE color: 11359937.

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

Color convert

RGB 193 86 173 -
CMYK 0 0.55 0.10 0.24
HSL 311.22º 0.46% 0.55% -
HSV(B) 311.22º 0.55% 0.76% -
XYZ 32.86 21.01 41.86 -
YUV 127.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 193 86 173 0 0.55 0.10 0.24 311.22 0.46 0.55
Hex C1 56 AD 0 37 A 18 137 2E 37
Octal 301 126 255 0 67 12 30 467 56 67
Binary 11000001 1010110 10101101 0 110111 1010 11000 100110111 101110 110111

Color Harmonies of #C156AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156AD

Black with #C156AD

Text Example


Text Example

White with #C156AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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