Html Css Color HEX #C959AE Fuchsia

📋 copy color: '#C959AE'

red 201 ◦ green 89 ◦ blue 174

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

Shades of Fuchsia #C959AE

Tints of Fuchsia #C959AE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 43.32%
G = 19.18%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C959AE (or 0xC959AE) is known color: Fuchsia. HEX triplet: C9, 59 and AE. RGB value is (201,89,174). Sum of RGB (Red+Green+Blue) = 201+89+174=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C959AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959AE is #36A651. Grayscale: #838383. Windows color (decimal): -3581522 or 11426249. OLE color: 11426249.

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

Color convert

RGB 201 89 174 -
CMYK 0 0.56 0.13 0.21
HSL 314.46º 0.51% 0.57% -
HSV(B) 314.46º 0.56% 0.79% -
XYZ 35.3 22.62 42.55 -
YUV 132.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 201 89 174 0 0.56 0.13 0.21 314.46 0.51 0.57
Hex C9 59 AE 0 38 D 15 13A 33 39
Octal 311 131 256 0 70 15 25 472 63 71
Binary 11001001 1011001 10101110 0 111000 1101 10101 100111010 110011 111001

Color Harmonies of #C959AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959AE

Black with #C959AE

Text Example


Text Example

White with #C959AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959AE; }

 p { color: rgb(201,89,174); }

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

background-color css

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

 a { background-color: rgb(201,89,174); }

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

border-color css

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

 span { border-color: rgb(201,89,174); }

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