Html Css Color HEX #C537CB Fuchsia

📋 copy color: '#C537CB'

red 197 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #C537CB

Tints of Fuchsia #C537CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 43.3%
G = 12.09%
B = 44.62%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C537CB (or 0xC537CB) is known color: Fuchsia. HEX triplet: C5, 37 and CB. RGB value is (197,55,203). Sum of RGB (Red+Green+Blue) = 197+55+203=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C537CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CB is #3AC834. Grayscale: #717171. Windows color (decimal): -3852341 or 13318085. OLE color: 13318085.

HSL color Cylindrical-coordinate representation of color #C537CB: hue angle of 297.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537CB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 55 203 -
CMYK 0.03 0.73 0 0.20
HSL 297.57º 0.59% 0.51% -
HSV(B) 297.57º 0.73% 0.8% -
XYZ 35.17 18.91 58.3 -
YUV 114.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 197 55 203 0.03 0.73 0 0.20 297.57 0.59 0.51
Hex C5 37 CB 3 49 0 14 12A 3B 33
Octal 305 67 313 3 111 0 24 452 73 63
Binary 11000101 110111 11001011 11 1001001 0 10100 100101010 111011 110011

Color Harmonies of #C537CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537CB

Black with #C537CB

Text Example


Text Example

White with #C537CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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