Html Css Color HEX #C957B1 Fuchsia

📋 copy color: '#C957B1'

red 201 ◦ green 87 ◦ blue 177

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

Shades of Fuchsia #C957B1

Tints of Fuchsia #C957B1

RGB

 RED value IS 201 (78.91% from 255) = 43.23%

 GREEN value IS 87 (34.38% from 255) = 18.71%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 43.23%
G = 18.71%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C957B1 (or 0xC957B1) is known color: Fuchsia. HEX triplet: C9, 57 and B1. RGB value is (201,87,177). Sum of RGB (Red+Green+Blue) = 201+87+177=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957B1 is #36A84E. Grayscale: #838383. Windows color (decimal): -3582031 or 11622345. OLE color: 11622345.

HSL color Cylindrical-coordinate representation of color #C957B1: hue angle of 312.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957B1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 177 -
CMYK 0 0.57 0.12 0.21
HSL 312.63º 0.51% 0.56% -
HSV(B) 312.63º 0.57% 0.79% -
XYZ 35.43 22.41 44.05 -
YUV 131.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 201 87 177 0 0.57 0.12 0.21 312.63 0.51 0.56
Hex C9 57 B1 0 39 C 15 139 33 38
Octal 311 127 261 0 71 14 25 471 63 70
Binary 11001001 1010111 10110001 0 111001 1100 10101 100111001 110011 111000

Color Harmonies of #C957B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957B1

Black with #C957B1

Text Example


Text Example

White with #C957B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957B1; }

 p { color: rgb(201,87,177); }

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

background-color css

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

 a { background-color: rgb(201,87,177); }

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

border-color css

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

 span { border-color: rgb(201,87,177); }

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