Html Css Color HEX #C547BC Fuchsia

📋 copy color: '#C547BC'

red 197 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #C547BC

Tints of Fuchsia #C547BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 43.2%
G = 15.57%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C547BC (or 0xC547BC) is known color: Fuchsia. HEX triplet: C5, 47 and BC. RGB value is (197,71,188). Sum of RGB (Red+Green+Blue) = 197+71+188=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C547BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547BC is #3AB843. Grayscale: #797979. Windows color (decimal): -3848260 or 12339141. OLE color: 12339141.

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

Color convert

RGB 197 71 188 -
CMYK 0 0.64 0.05 0.23
HSL 304.29º 0.52% 0.53% -
HSV(B) 304.29º 0.64% 0.77% -
XYZ 34.36 20.01 49.63 -
YUV 122.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 197 71 188 0 0.64 0.05 0.23 304.29 0.52 0.53
Hex C5 47 BC 0 40 5 17 130 34 35
Octal 305 107 274 0 100 5 27 460 64 65
Binary 11000101 1000111 10111100 0 1000000 101 10111 100110000 110100 110101

Color Harmonies of #C547BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547BC

Black with #C547BC

Text Example


Text Example

White with #C547BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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