Html Css Color HEX #C959AA Fuchsia

📋 copy color: '#C959AA'

red 201 ◦ green 89 ◦ blue 170

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

Shades of Fuchsia #C959AA

Tints of Fuchsia #C959AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 43.7%
G = 19.35%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C959AA (or 0xC959AA) is known color: Fuchsia. HEX triplet: C9, 59 and AA. RGB value is (201,89,170). Sum of RGB (Red+Green+Blue) = 201+89+170=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C959AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959AA is #36A655. Grayscale: #838383. Windows color (decimal): -3581526 or 11164105. OLE color: 11164105.

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

Color convert

RGB 201 89 170 -
CMYK 0 0.56 0.15 0.21
HSL 316.61º 0.51% 0.57% -
HSV(B) 316.61º 0.56% 0.79% -
XYZ 34.92 22.46 40.53 -
YUV 131.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 201 89 170 0 0.56 0.15 0.21 316.61 0.51 0.57
Hex C9 59 AA 0 38 F 15 13D 33 39
Octal 311 131 252 0 70 17 25 475 63 71
Binary 11001001 1011001 10101010 0 111000 1111 10101 100111101 110011 111001

Color Harmonies of #C959AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959AA

Black with #C959AA

Text Example


Text Example

White with #C959AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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