Html Css Color HEX #C547AD Fuchsia

📋 copy color: '#C547AD'

red 197 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C547AD

Tints of Fuchsia #C547AD

RGB

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

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

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

R = 44.67%
G = 16.1%
B = 39.23%

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

#C547AD (or 0xC547AD) is known color: Fuchsia. HEX triplet: C5, 47 and AD. RGB value is (197,71,173). Sum of RGB (Red+Green+Blue) = 197+71+173=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AD is #3AB852. Grayscale: #787878. Windows color (decimal): -3848275 or 11356101. OLE color: 11356101.

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

Color convert

RGB 197 71 173 -
CMYK 0 0.64 0.12 0.23
HSL 311.43º 0.52% 0.53% -
HSV(B) 311.43º 0.64% 0.77% -
XYZ 32.82 19.39 41.55 -
YUV 120.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 197 71 173 0 0.64 0.12 0.23 311.43 0.52 0.53
Hex C5 47 AD 0 40 C 17 137 34 35
Octal 305 107 255 0 100 14 27 467 64 65
Binary 11000101 1000111 10101101 0 1000000 1100 10111 100110111 110100 110101

Color Harmonies of #C547AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547AD

Black with #C547AD

Text Example


Text Example

White with #C547AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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