Html Css Color HEX #C537BE Fuchsia

📋 copy color: '#C537BE'

red 197 ◦ green 55 ◦ blue 190

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

Shades of Fuchsia #C537BE

Tints of Fuchsia #C537BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.44%

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

R = 44.57%
G = 12.44%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C537BE (or 0xC537BE) is known color: Fuchsia. HEX triplet: C5, 37 and BE. RGB value is (197,55,190). Sum of RGB (Red+Green+Blue) = 197+55+190=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C537BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537BE is #3AC841. Grayscale: #707070. Windows color (decimal): -3852354 or 12466117. OLE color: 12466117.

HSL color Cylindrical-coordinate representation of color #C537BE: hue angle of 302.96º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C537BE is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 190 -
CMYK 0 0.72 0.04 0.23
HSL 302.96º 0.56% 0.49% -
HSV(B) 302.96º 0.72% 0.77% -
XYZ 33.69 18.32 50.48 -
YUV 112.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 197 55 190 0 0.72 0.04 0.23 302.96 0.56 0.49
Hex C5 37 BE 0 48 4 17 12F 38 31
Octal 305 67 276 0 110 4 27 457 70 61
Binary 11000101 110111 10111110 0 1001000 100 10111 100101111 111000 110001

Color Harmonies of #C537BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537BE

Black with #C537BE

Text Example


Text Example

White with #C537BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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