Html Css Color HEX #C541AE Fuchsia

📋 copy color: '#C541AE'

red 197 ◦ green 65 ◦ blue 174

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

Shades of Fuchsia #C541AE

Tints of Fuchsia #C541AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 45.18%
G = 14.91%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C541AE (or 0xC541AE) is known color: Fuchsia. HEX triplet: C5, 41 and AE. RGB value is (197,65,174). Sum of RGB (Red+Green+Blue) = 197+65+174=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AE is #3ABE51. Grayscale: #747474. Windows color (decimal): -3849810 or 11420101. OLE color: 11420101.

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

Color convert

RGB 197 65 174 -
CMYK 0 0.67 0.12 0.23
HSL 310.45º 0.53% 0.51% -
HSV(B) 310.45º 0.67% 0.77% -
XYZ 32.56 18.71 41.94 -
YUV 116.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 197 65 174 0 0.67 0.12 0.23 310.45 0.53 0.51
Hex C5 41 AE 0 43 C 17 136 35 33
Octal 305 101 256 0 103 14 27 466 65 63
Binary 11000101 1000001 10101110 0 1000011 1100 10111 100110110 110101 110011

Color Harmonies of #C541AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541AE

Black with #C541AE

Text Example


Text Example

White with #C541AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541AE; }

 p { color: rgb(197,65,174); }

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

background-color css

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

 a { background-color: rgb(197,65,174); }

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

border-color css

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

 span { border-color: rgb(197,65,174); }

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