#C954B0

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

Shades of Fuchsia #C954B0

Tints of Fuchsia #C954B0

Color information

#C954B0 (or 0xC954B0) is unknown color: approx Fuchsia. HEX triplet: C9, 54 and B0. RGB value is (201,84,176). Sum of RGB (Red+Green+Blue) = 201+84+176=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C954B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954B0 is #36AB4F. Grayscale: #818181. Windows color (decimal): -3582800 or 11556041. OLE color: 11556041.

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

Color convert

RGB20184176-
CMYK00.580.120.21
HSL312.82º52%55.88%-
HSV(B)312.82º58.21%78.82%-
XYZ35.0921.8943.45-
YUV129.47154.26179.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=43.60%
G=18.22%
B=38.18%

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
Decimal2018417600.580.120.21312.825255.88
HexC954B003AC151393438
Octal31112426007214254716470
Binary110010011010100101100000111010110010101100111001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954B0; }

 p { color: rgb(201,84,176); }

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

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

 a { background-color: rgb(201,84,176); }

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

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

 span { border-color: rgb(201,84,176); }

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