Html Css Color HEX #C537CA Fuchsia

📋 copy color: '#C537CA'

red 197 ◦ green 55 ◦ blue 202

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

Shades of Fuchsia #C537CA

Tints of Fuchsia #C537CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 43.39%
G = 12.11%
B = 44.49%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C537CA (or 0xC537CA) is known color: Fuchsia. HEX triplet: C5, 37 and CA. RGB value is (197,55,202). Sum of RGB (Red+Green+Blue) = 197+55+202=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #C537CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CA is #3AC835. Grayscale: #717171. Windows color (decimal): -3852342 or 13252549. OLE color: 13252549.

HSL color Cylindrical-coordinate representation of color #C537CA: hue angle of 297.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537CA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 55 202 -
CMYK 0.02 0.73 0 0.21
HSL 297.96º 0.58% 0.5% -
HSV(B) 297.96º 0.73% 0.79% -
XYZ 35.05 18.87 57.67 -
YUV 114.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 197 55 202 0.02 0.73 0 0.21 297.96 0.58 0.5
Hex C5 37 CA 2 49 0 15 12A 3A 32
Octal 305 67 312 2 111 0 25 452 72 62
Binary 11000101 110111 11001010 10 1001001 0 10101 100101010 111010 110010

Color Harmonies of #C537CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537CA

Black with #C537CA

Text Example


Text Example

White with #C537CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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