Html Css Color HEX #C531B6 Fuchsia

📋 copy color: '#C531B6'

red 197 ◦ green 49 ◦ blue 182

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

Shades of Fuchsia #C531B6

Tints of Fuchsia #C531B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 46.03%
G = 11.45%
B = 42.52%

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

#C531B6 (or 0xC531B6) is known color: Fuchsia. HEX triplet: C5, 31 and B6. RGB value is (197,49,182). Sum of RGB (Red+Green+Blue) = 197+49+182=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C531B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531B6 is #3ACE49. Grayscale: #6C6C6C. Windows color (decimal): -3853898 or 11940293. OLE color: 11940293.

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

Color convert

RGB 197 49 182 -
CMYK 0 0.75 0.08 0.23
HSL 306.08º 0.6% 0.48% -
HSV(B) 306.08º 0.75% 0.77% -
XYZ 32.57 17.44 45.91 -
YUV 108.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 197 49 182 0 0.75 0.08 0.23 306.08 0.6 0.48
Hex C5 31 B6 0 4B 8 17 132 3C 30
Octal 305 61 266 0 113 10 27 462 74 60
Binary 11000101 110001 10110110 0 1001011 1000 10111 100110010 111100 110000

Color Harmonies of #C531B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531B6

Black with #C531B6

Text Example


Text Example

White with #C531B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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