Html Css Color HEX #C531BE Fuchsia

📋 copy color: '#C531BE'

red 197 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #C531BE

Tints of Fuchsia #C531BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 45.18%
G = 11.24%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C531BE (or 0xC531BE) is known color: Fuchsia. HEX triplet: C5, 31 and BE. RGB value is (197,49,190). Sum of RGB (Red+Green+Blue) = 197+49+190=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C531BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531BE is #3ACE41. Grayscale: #6C6C6C. Windows color (decimal): -3853890 or 12464581. OLE color: 12464581.

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

Color convert

RGB 197 49 190 -
CMYK 0 0.75 0.04 0.23
HSL 302.84º 0.6% 0.48% -
HSV(B) 302.84º 0.75% 0.77% -
XYZ 33.42 17.78 50.39 -
YUV 109.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 197 49 190 0 0.75 0.04 0.23 302.84 0.6 0.48
Hex C5 31 BE 0 4B 4 17 12F 3C 30
Octal 305 61 276 0 113 4 27 457 74 60
Binary 11000101 110001 10111110 0 1001011 100 10111 100101111 111100 110000

Color Harmonies of #C531BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531BE

Black with #C531BE

Text Example


Text Example

White with #C531BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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