#C955B1

Color #C955B1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C955B1

Tints of Fuchsia #C955B1

Color information

#C955B1 (or 0xC955B1) is unknown color: approx Fuchsia. HEX triplet: C9, 55 and B1. RGB value is (201,85,177). Sum of RGB (Red+Green+Blue) = 201+85+177=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C955B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955B1 is #36AA4E. Grayscale: #818181. Windows color (decimal): -3582543 or 11621833. OLE color: 11621833.

HSL color Cylindrical-coordinate representation of color #C955B1: hue angle of 312.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955B1 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20185177-
CMYK00.580.120.21
HSL312.41º51.79%56.08%-
HSV(B)312.41º57.71%78.82%-
XYZ35.2722.0944-
YUV130.17154.43178.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=43.41%
G=18.36%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018517700.580.120.21312.4151.7956.08
HexC955B103AC151383438
Octal31112526107214254706470
Binary110010011010101101100010111010110010101100111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C955B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C955B1; }

 p { color: rgb(201,85,177); }

 H1.HeaderClassName
 {
   color: #C955B1;
 }
 .AnyTagClassName
 {
   color: #C955B1;
 }
</style>
background-color css

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

 a { background-color: rgb(201,85,177); }

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

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

 span { border-color: rgb(201,85,177); }

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