Html Css Color HEX #C547AA Fuchsia

📋 copy color: '#C547AA'

red 197 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #C547AA

Tints of Fuchsia #C547AA

RGB

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

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

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

R = 44.98%
G = 16.21%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C547AA (or 0xC547AA) is known color: Fuchsia. HEX triplet: C5, 47 and AA. RGB value is (197,71,170). Sum of RGB (Red+Green+Blue) = 197+71+170=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AA is #3AB855. Grayscale: #777777. Windows color (decimal): -3848278 or 11159493. OLE color: 11159493.

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

Color convert

RGB 197 71 170 -
CMYK 0 0.64 0.14 0.23
HSL 312.86º 0.52% 0.53% -
HSV(B) 312.86º 0.64% 0.77% -
XYZ 32.53 19.28 40.04 -
YUV 119.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 197 71 170 0 0.64 0.14 0.23 312.86 0.52 0.53
Hex C5 47 AA 0 40 E 17 139 34 35
Octal 305 107 252 0 100 16 27 471 64 65
Binary 11000101 1000111 10101010 0 1000000 1110 10111 100111001 110100 110101

Color Harmonies of #C547AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547AA

Black with #C547AA

Text Example


Text Example

White with #C547AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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