Html Css Color HEX #C959A9 Fuchsia

📋 copy color: '#C959A9'

red 201 ◦ green 89 ◦ blue 169

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

Shades of Fuchsia #C959A9

Tints of Fuchsia #C959A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 43.79%
G = 19.39%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C959A9 (or 0xC959A9) is known color: Fuchsia. HEX triplet: C9, 59 and A9. RGB value is (201,89,169). Sum of RGB (Red+Green+Blue) = 201+89+169=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C959A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959A9 is #36A656. Grayscale: #838383. Windows color (decimal): -3581527 or 11098569. OLE color: 11098569.

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

Color convert

RGB 201 89 169 -
CMYK 0 0.56 0.16 0.21
HSL 317.14º 0.51% 0.57% -
HSV(B) 317.14º 0.56% 0.79% -
XYZ 34.82 22.43 40.03 -
YUV 131.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 201 89 169 0 0.56 0.16 0.21 317.14 0.51 0.57
Hex C9 59 A9 0 38 10 15 13D 33 39
Octal 311 131 251 0 70 20 25 475 63 71
Binary 11001001 1011001 10101001 0 111000 10000 10101 100111101 110011 111001

Color Harmonies of #C959A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959A9

Black with #C959A9

Text Example


Text Example

White with #C959A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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