Html Css Color HEX #C959B9 Fuchsia

📋 copy color: '#C959B9'

red 201 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #C959B9

Tints of Fuchsia #C959B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 42.32%
G = 18.74%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C959B9 (or 0xC959B9) is known color: Fuchsia. HEX triplet: C9, 59 and B9. RGB value is (201,89,185). Sum of RGB (Red+Green+Blue) = 201+89+185=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C959B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959B9 is #36A646. Grayscale: #858585. Windows color (decimal): -3581511 or 12147145. OLE color: 12147145.

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

Color convert

RGB 201 89 185 -
CMYK 0 0.56 0.08 0.21
HSL 308.57º 0.51% 0.57% -
HSV(B) 308.57º 0.56% 0.79% -
XYZ 36.42 23.07 48.43 -
YUV 133.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 201 89 185 0 0.56 0.08 0.21 308.57 0.51 0.57
Hex C9 59 B9 0 38 8 15 135 33 39
Octal 311 131 271 0 70 10 25 465 63 71
Binary 11001001 1011001 10111001 0 111000 1000 10101 100110101 110011 111001

Color Harmonies of #C959B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959B9

Black with #C959B9

Text Example


Text Example

White with #C959B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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