Html Css Color HEX #C547C4 Fuchsia

📋 copy color: '#C547C4'

red 197 ◦ green 71 ◦ blue 196

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

Shades of Fuchsia #C547C4

Tints of Fuchsia #C547C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 42.46%
G = 15.3%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C547C4 (or 0xC547C4) is known color: Fuchsia. HEX triplet: C5, 47 and C4. RGB value is (197,71,196). Sum of RGB (Red+Green+Blue) = 197+71+196=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C547C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547C4 is #3AB83B. Grayscale: #7A7A7A. Windows color (decimal): -3848252 or 12863429. OLE color: 12863429.

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

Color convert

RGB 197 71 196 -
CMYK 0 0.64 0.01 0.23
HSL 300.48º 0.52% 0.53% -
HSV(B) 300.48º 0.64% 0.77% -
XYZ 35.24 20.36 54.3 -
YUV 122.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 197 71 196 0 0.64 0.01 0.23 300.48 0.52 0.53
Hex C5 47 C4 0 40 1 17 12C 34 35
Octal 305 107 304 0 100 1 27 454 64 65
Binary 11000101 1000111 11000100 0 1000000 1 10111 100101100 110100 110101

Color Harmonies of #C547C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547C4

Black with #C547C4

Text Example


Text Example

White with #C547C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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