Html Css Color HEX #C547AE Fuchsia

📋 copy color: '#C547AE'

red 197 ◦ green 71 ◦ blue 174

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

Shades of Fuchsia #C547AE

Tints of Fuchsia #C547AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 44.57%
G = 16.06%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C547AE (or 0xC547AE) is known color: Fuchsia. HEX triplet: C5, 47 and AE. RGB value is (197,71,174). Sum of RGB (Red+Green+Blue) = 197+71+174=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AE is #3AB851. Grayscale: #787878. Windows color (decimal): -3848274 or 11421637. OLE color: 11421637.

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

Color convert

RGB 197 71 174 -
CMYK 0 0.64 0.12 0.23
HSL 310.95º 0.52% 0.53% -
HSV(B) 310.95º 0.64% 0.77% -
XYZ 32.92 19.43 42.06 -
YUV 120.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 197 71 174 0 0.64 0.12 0.23 310.95 0.52 0.53
Hex C5 47 AE 0 40 C 17 137 34 35
Octal 305 107 256 0 100 14 27 467 64 65
Binary 11000101 1000111 10101110 0 1000000 1100 10111 100110111 110100 110101

Color Harmonies of #C547AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547AE

Black with #C547AE

Text Example


Text Example

White with #C547AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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