Html Css Color HEX #C547AB Fuchsia

📋 copy color: '#C547AB'

red 197 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #C547AB

Tints of Fuchsia #C547AB

RGB

 RED value IS 197 (77.34% from 255) = 44.87%

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 44.87%
G = 16.17%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C547AB (or 0xC547AB) is known color: Fuchsia. HEX triplet: C5, 47 and AB. RGB value is (197,71,171). Sum of RGB (Red+Green+Blue) = 197+71+171=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AB is #3AB854. Grayscale: #777777. Windows color (decimal): -3848277 or 11225029. OLE color: 11225029.

HSL color Cylindrical-coordinate representation of color #C547AB: hue angle of 312.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C547AB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 171 -
CMYK 0 0.64 0.13 0.23
HSL 312.38º 0.52% 0.53% -
HSV(B) 312.38º 0.64% 0.77% -
XYZ 32.63 19.32 40.54 -
YUV 120.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 197 71 171 0 0.64 0.13 0.23 312.38 0.52 0.53
Hex C5 47 AB 0 40 D 17 138 34 35
Octal 305 107 253 0 100 15 27 470 64 65
Binary 11000101 1000111 10101011 0 1000000 1101 10111 100111000 110100 110101

Color Harmonies of #C547AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547AB

Black with #C547AB

Text Example


Text Example

White with #C547AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547AB; }

 p { color: rgb(197,71,171); }

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

background-color css

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

 a { background-color: rgb(197,71,171); }

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

border-color css

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

 span { border-color: rgb(197,71,171); }

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