Html Css Color HEX #C531AC Fuchsia

📋 copy color: '#C531AC'

red 197 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C531AC

Tints of Fuchsia #C531AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 47.13%
G = 11.72%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C531AC (or 0xC531AC) is known color: Fuchsia. HEX triplet: C5, 31 and AC. RGB value is (197,49,172). Sum of RGB (Red+Green+Blue) = 197+49+172=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C531AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531AC is #3ACE53. Grayscale: #6A6A6A. Windows color (decimal): -3853908 or 11284933. OLE color: 11284933.

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

Color convert

RGB 197 49 172 -
CMYK 0 0.75 0.13 0.23
HSL 310.14º 0.6% 0.48% -
HSV(B) 310.14º 0.75% 0.77% -
XYZ 31.57 17.05 40.66 -
YUV 107.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 197 49 172 0 0.75 0.13 0.23 310.14 0.6 0.48
Hex C5 31 AC 0 4B D 17 136 3C 30
Octal 305 61 254 0 113 15 27 466 74 60
Binary 11000101 110001 10101100 0 1001011 1101 10111 100110110 111100 110000

Color Harmonies of #C531AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531AC

Black with #C531AC

Text Example


Text Example

White with #C531AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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