Html Css Color HEX #C959AD Fuchsia

📋 copy color: '#C959AD'

red 201 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #C959AD

Tints of Fuchsia #C959AD

RGB

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

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

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

R = 43.41%
G = 19.22%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C959AD (or 0xC959AD) is known color: Fuchsia. HEX triplet: C9, 59 and AD. RGB value is (201,89,173). Sum of RGB (Red+Green+Blue) = 201+89+173=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C959AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959AD is #36A652. Grayscale: #838383. Windows color (decimal): -3581523 or 11360713. OLE color: 11360713.

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

Color convert

RGB 201 89 173 -
CMYK 0 0.56 0.14 0.21
HSL 315º 0.51% 0.57% -
HSV(B) 315º 0.56% 0.79% -
XYZ 35.2 22.58 42.04 -
YUV 132.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 201 89 173 0 0.56 0.14 0.21 315 0.51 0.57
Hex C9 59 AD 0 38 E 15 13B 33 39
Octal 311 131 255 0 70 16 25 473 63 71
Binary 11001001 1011001 10101101 0 111000 1110 10101 100111011 110011 111001

Color Harmonies of #C959AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959AD

Black with #C959AD

Text Example


Text Example

White with #C959AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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