Html Css Color HEX #C95BAA Fuchsia

📋 copy color: '#C95BAA'

red 201 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #C95BAA

Tints of Fuchsia #C95BAA

RGB

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

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

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

R = 43.51%
G = 19.7%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C95BAA (or 0xC95BAA) is known color: Fuchsia. HEX triplet: C9, 5B and AA. RGB value is (201,91,170). Sum of RGB (Red+Green+Blue) = 201+91+170=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BAA is #36A455. Grayscale: #848484. Windows color (decimal): -3581014 or 11164617. OLE color: 11164617.

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

Color convert

RGB 201 91 170 -
CMYK 0 0.55 0.15 0.21
HSL 316.91º 0.5% 0.57% -
HSV(B) 316.91º 0.55% 0.79% -
XYZ 35.08 22.8 40.58 -
YUV 132.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 201 91 170 0 0.55 0.15 0.21 316.91 0.5 0.57
Hex C9 5B AA 0 37 F 15 13D 32 39
Octal 311 133 252 0 67 17 25 475 62 71
Binary 11001001 1011011 10101010 0 110111 1111 10101 100111101 110010 111001

Color Harmonies of #C95BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BAA

Black with #C95BAA

Text Example


Text Example

White with #C95BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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