Html Css Color HEX #C547BD Fuchsia

📋 copy color: '#C547BD'

red 197 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #C547BD

Tints of Fuchsia #C547BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 43.11%
G = 15.54%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C547BD (or 0xC547BD) is known color: Fuchsia. HEX triplet: C5, 47 and BD. RGB value is (197,71,189). Sum of RGB (Red+Green+Blue) = 197+71+189=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C547BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547BD is #3AB842. Grayscale: #797979. Windows color (decimal): -3848259 or 12404677. OLE color: 12404677.

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

Color convert

RGB 197 71 189 -
CMYK 0 0.64 0.04 0.23
HSL 303.81º 0.52% 0.53% -
HSV(B) 303.81º 0.64% 0.77% -
XYZ 34.46 20.05 50.2 -
YUV 122.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 197 71 189 0 0.64 0.04 0.23 303.81 0.52 0.53
Hex C5 47 BD 0 40 4 17 130 34 35
Octal 305 107 275 0 100 4 27 460 64 65
Binary 11000101 1000111 10111101 0 1000000 100 10111 100110000 110100 110101

Color Harmonies of #C547BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547BD

Black with #C547BD

Text Example


Text Example

White with #C547BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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