Html Css Color HEX #C537BD Fuchsia

📋 copy color: '#C537BD'

red 197 ◦ green 55 ◦ blue 189

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

Shades of Fuchsia #C537BD

Tints of Fuchsia #C537BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 44.67%
G = 12.47%
B = 42.86%

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

#C537BD (or 0xC537BD) is known color: Fuchsia. HEX triplet: C5, 37 and BD. RGB value is (197,55,189). Sum of RGB (Red+Green+Blue) = 197+55+189=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C537BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537BD is #3AC842. Grayscale: #707070. Windows color (decimal): -3852355 or 12400581. OLE color: 12400581.

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

Color convert

RGB 197 55 189 -
CMYK 0 0.72 0.04 0.23
HSL 303.38º 0.56% 0.49% -
HSV(B) 303.38º 0.72% 0.77% -
XYZ 33.58 18.28 49.9 -
YUV 112.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 197 55 189 0 0.72 0.04 0.23 303.38 0.56 0.49
Hex C5 37 BD 0 48 4 17 12F 38 31
Octal 305 67 275 0 110 4 27 457 70 61
Binary 11000101 110111 10111101 0 1001000 100 10111 100101111 111000 110001

Color Harmonies of #C537BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537BD

Black with #C537BD

Text Example


Text Example

White with #C537BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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