Html Css Color HEX #C531AE Fuchsia

📋 copy color: '#C531AE'

red 197 ◦ green 49 ◦ blue 174

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

Shades of Fuchsia #C531AE

Tints of Fuchsia #C531AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 46.9%
G = 11.67%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C531AE (or 0xC531AE) is known color: Fuchsia. HEX triplet: C5, 31 and AE. RGB value is (197,49,174). Sum of RGB (Red+Green+Blue) = 197+49+174=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C531AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531AE is #3ACE51. Grayscale: #6B6B6B. Windows color (decimal): -3853906 or 11416005. OLE color: 11416005.

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

Color convert

RGB 197 49 174 -
CMYK 0 0.75 0.12 0.23
HSL 309.32º 0.6% 0.48% -
HSV(B) 309.32º 0.75% 0.77% -
XYZ 31.76 17.12 41.68 -
YUV 107.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 197 49 174 0 0.75 0.12 0.23 309.32 0.6 0.48
Hex C5 31 AE 0 4B C 17 135 3C 30
Octal 305 61 256 0 113 14 27 465 74 60
Binary 11000101 110001 10101110 0 1001011 1100 10111 100110101 111100 110000

Color Harmonies of #C531AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531AE

Black with #C531AE

Text Example


Text Example

White with #C531AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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