Html Css Color HEX #C957AD Fuchsia

📋 copy color: '#C957AD'

red 201 ◦ green 87 ◦ blue 173

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

Shades of Fuchsia #C957AD

Tints of Fuchsia #C957AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 43.6%
G = 18.87%
B = 37.53%

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

#C957AD (or 0xC957AD) is known color: Fuchsia. HEX triplet: C9, 57 and AD. RGB value is (201,87,173). Sum of RGB (Red+Green+Blue) = 201+87+173=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C957AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957AD is #36A852. Grayscale: #828282. Windows color (decimal): -3582035 or 11360201. OLE color: 11360201.

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

Color convert

RGB 201 87 173 -
CMYK 0 0.57 0.14 0.21
HSL 314.74º 0.51% 0.56% -
HSV(B) 314.74º 0.57% 0.79% -
XYZ 35.04 22.25 41.98 -
YUV 130.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 201 87 173 0 0.57 0.14 0.21 314.74 0.51 0.56
Hex C9 57 AD 0 39 E 15 13B 33 38
Octal 311 127 255 0 71 16 25 473 63 70
Binary 11001001 1010111 10101101 0 111001 1110 10101 100111011 110011 111000

Color Harmonies of #C957AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957AD

Black with #C957AD

Text Example


Text Example

White with #C957AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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