Html Css Color HEX #C95BA9 Fuchsia

📋 copy color: '#C95BA9'

red 201 ◦ green 91 ◦ blue 169

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

Shades of Fuchsia #C95BA9

Tints of Fuchsia #C95BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 43.6%
G = 19.74%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C95BA9 (or 0xC95BA9) is known color: Fuchsia. HEX triplet: C9, 5B and A9. RGB value is (201,91,169). Sum of RGB (Red+Green+Blue) = 201+91+169=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA9 is #36A456. Grayscale: #848484. Windows color (decimal): -3581015 or 11099081. OLE color: 11099081.

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

Color convert

RGB 201 91 169 -
CMYK 0 0.55 0.16 0.21
HSL 317.45º 0.5% 0.57% -
HSV(B) 317.45º 0.55% 0.79% -
XYZ 34.99 22.76 40.09 -
YUV 132.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 201 91 169 0 0.55 0.16 0.21 317.45 0.5 0.57
Hex C9 5B A9 0 37 10 15 13D 32 39
Octal 311 133 251 0 67 20 25 475 62 71
Binary 11001001 1011011 10101001 0 110111 10000 10101 100111101 110010 111001

Color Harmonies of #C95BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BA9

Black with #C95BA9

Text Example


Text Example

White with #C95BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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