Html Css Color HEX #C547BA Fuchsia

📋 copy color: '#C547BA'

red 197 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #C547BA

Tints of Fuchsia #C547BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 43.39%
G = 15.64%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C547BA (or 0xC547BA) is known color: Fuchsia. HEX triplet: C5, 47 and BA. RGB value is (197,71,186). Sum of RGB (Red+Green+Blue) = 197+71+186=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C547BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547BA is #3AB845. Grayscale: #797979. Windows color (decimal): -3848262 or 12208069. OLE color: 12208069.

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

Color convert

RGB 197 71 186 -
CMYK 0 0.64 0.06 0.23
HSL 305.24º 0.52% 0.53% -
HSV(B) 305.24º 0.64% 0.77% -
XYZ 34.14 19.92 48.5 -
YUV 121.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 197 71 186 0 0.64 0.06 0.23 305.24 0.52 0.53
Hex C5 47 BA 0 40 6 17 131 34 35
Octal 305 107 272 0 100 6 27 461 64 65
Binary 11000101 1000111 10111010 0 1000000 110 10111 100110001 110100 110101

Color Harmonies of #C547BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547BA

Black with #C547BA

Text Example


Text Example

White with #C547BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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