Html Css Color HEX #C957AC Fuchsia

📋 copy color: '#C957AC'

red 201 ◦ green 87 ◦ blue 172

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

Shades of Fuchsia #C957AC

Tints of Fuchsia #C957AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 43.7%
G = 18.91%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C957AC (or 0xC957AC) is known color: Fuchsia. HEX triplet: C9, 57 and AC. RGB value is (201,87,172). Sum of RGB (Red+Green+Blue) = 201+87+172=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C957AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957AC is #36A853. Grayscale: #828282. Windows color (decimal): -3582036 or 11294665. OLE color: 11294665.

HSL color Cylindrical-coordinate representation of color #C957AC: hue angle of 315.26º 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 #C957AC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 172 -
CMYK 0 0.57 0.14 0.21
HSL 315.26º 0.51% 0.56% -
HSV(B) 315.26º 0.57% 0.79% -
XYZ 34.94 22.21 41.48 -
YUV 130.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 201 87 172 0 0.57 0.14 0.21 315.26 0.51 0.56
Hex C9 57 AC 0 39 E 15 13B 33 38
Octal 311 127 254 0 71 16 25 473 63 70
Binary 11001001 1010111 10101100 0 111001 1110 10101 100111011 110011 111000

Color Harmonies of #C957AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957AC

Black with #C957AC

Text Example


Text Example

White with #C957AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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