Html Css Color HEX #C547AC Fuchsia

📋 copy color: '#C547AC'

red 197 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #C547AC

Tints of Fuchsia #C547AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 44.77%
G = 16.14%
B = 39.09%

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

#C547AC (or 0xC547AC) is known color: Fuchsia. HEX triplet: C5, 47 and AC. RGB value is (197,71,172). Sum of RGB (Red+Green+Blue) = 197+71+172=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AC is #3AB853. Grayscale: #777777. Windows color (decimal): -3848276 or 11290565. OLE color: 11290565.

HSL color Cylindrical-coordinate representation of color #C547AC: hue angle of 311.9º 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 #C547AC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 172 -
CMYK 0 0.64 0.13 0.23
HSL 311.9º 0.52% 0.53% -
HSV(B) 311.9º 0.64% 0.77% -
XYZ 32.73 19.36 41.04 -
YUV 120.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 197 71 172 0 0.64 0.13 0.23 311.9 0.52 0.53
Hex C5 47 AC 0 40 D 17 138 34 35
Octal 305 107 254 0 100 15 27 470 64 65
Binary 11000101 1000111 10101100 0 1000000 1101 10111 100111000 110100 110101

Color Harmonies of #C547AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547AC

Black with #C547AC

Text Example


Text Example

White with #C547AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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