Html Css Color HEX #C531AF Fuchsia

📋 copy color: '#C531AF'

red 197 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #C531AF

Tints of Fuchsia #C531AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 46.79%
G = 11.64%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C531AF (or 0xC531AF) is known color: Fuchsia. HEX triplet: C5, 31 and AF. RGB value is (197,49,175). Sum of RGB (Red+Green+Blue) = 197+49+175=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C531AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531AF is #3ACE50. Grayscale: #6B6B6B. Windows color (decimal): -3853905 or 11481541. OLE color: 11481541.

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

Color convert

RGB 197 49 175 -
CMYK 0 0.75 0.11 0.23
HSL 308.92º 0.6% 0.48% -
HSV(B) 308.92º 0.75% 0.77% -
XYZ 31.86 17.16 42.19 -
YUV 107.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 197 49 175 0 0.75 0.11 0.23 308.92 0.6 0.48
Hex C5 31 AF 0 4B B 17 135 3C 30
Octal 305 61 257 0 113 13 27 465 74 60
Binary 11000101 110001 10101111 0 1001011 1011 10111 100110101 111100 110000

Color Harmonies of #C531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531AF

Black with #C531AF

Text Example


Text Example

White with #C531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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