Html Css Color HEX #C531B5 Fuchsia

📋 copy color: '#C531B5'

red 197 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #C531B5

Tints of Fuchsia #C531B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 46.14%
G = 11.48%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C531B5 (or 0xC531B5) is known color: Fuchsia. HEX triplet: C5, 31 and B5. RGB value is (197,49,181). Sum of RGB (Red+Green+Blue) = 197+49+181=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C531B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531B5 is #3ACE4A. Grayscale: #6B6B6B. Windows color (decimal): -3853899 or 11874757. OLE color: 11874757.

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

Color convert

RGB 197 49 181 -
CMYK 0 0.75 0.08 0.23
HSL 306.49º 0.6% 0.48% -
HSV(B) 306.49º 0.75% 0.77% -
XYZ 32.46 17.4 45.36 -
YUV 108.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 197 49 181 0 0.75 0.08 0.23 306.49 0.6 0.48
Hex C5 31 B5 0 4B 8 17 132 3C 30
Octal 305 61 265 0 113 10 27 462 74 60
Binary 11000101 110001 10110101 0 1001011 1000 10111 100110010 111100 110000

Color Harmonies of #C531B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531B5

Black with #C531B5

Text Example


Text Example

White with #C531B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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