Html Css Color HEX #C957AF Fuchsia

📋 copy color: '#C957AF'

red 201 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #C957AF

Tints of Fuchsia #C957AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 43.41%
G = 18.79%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C957AF (or 0xC957AF) is known color: Fuchsia. HEX triplet: C9, 57 and AF. RGB value is (201,87,175). Sum of RGB (Red+Green+Blue) = 201+87+175=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C957AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957AF is #36A850. Grayscale: #828282. Windows color (decimal): -3582033 or 11491273. OLE color: 11491273.

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

Color convert

RGB 201 87 175 -
CMYK 0 0.57 0.13 0.21
HSL 313.68º 0.51% 0.56% -
HSV(B) 313.68º 0.57% 0.79% -
XYZ 35.23 22.33 43.01 -
YUV 131.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 201 87 175 0 0.57 0.13 0.21 313.68 0.51 0.56
Hex C9 57 AF 0 39 D 15 13A 33 38
Octal 311 127 257 0 71 15 25 472 63 70
Binary 11001001 1010111 10101111 0 111001 1101 10101 100111010 110011 111000

Color Harmonies of #C957AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957AF

Black with #C957AF

Text Example


Text Example

White with #C957AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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