Html Css Color HEX #C537AD Fuchsia

📋 copy color: '#C537AD'

red 197 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #C537AD

Tints of Fuchsia #C537AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.94%

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

R = 46.35%
G = 12.94%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C537AD (or 0xC537AD) is known color: Fuchsia. HEX triplet: C5, 37 and AD. RGB value is (197,55,173). Sum of RGB (Red+Green+Blue) = 197+55+173=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C537AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537AD is #3AC852. Grayscale: #6E6E6E. Windows color (decimal): -3852371 or 11352005. OLE color: 11352005.

HSL color Cylindrical-coordinate representation of color #C537AD: hue angle of 310.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C537AD is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 173 -
CMYK 0 0.72 0.12 0.23
HSL 310.14º 0.56% 0.49% -
HSV(B) 310.14º 0.72% 0.77% -
XYZ 31.93 17.62 41.25 -
YUV 110.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 197 55 173 0 0.72 0.12 0.23 310.14 0.56 0.49
Hex C5 37 AD 0 48 C 17 136 38 31
Octal 305 67 255 0 110 14 27 466 70 61
Binary 11000101 110111 10101101 0 1001000 1100 10111 100110110 111000 110001

Color Harmonies of #C537AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537AD

Black with #C537AD

Text Example


Text Example

White with #C537AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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