#C954AC

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

Shades of Fuchsia #C954AC

Tints of Fuchsia #C954AC

Color information

#C954AC (or 0xC954AC) is unknown color: approx Fuchsia. HEX triplet: C9, 54 and AC. RGB value is (201,84,172). Sum of RGB (Red+Green+Blue) = 201+84+172=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C954AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954AC is #36AB53. Grayscale: #808080. Windows color (decimal): -3582804 or 11293897. OLE color: 11293897.

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

Color convert

RGB20184172-
CMYK00.580.140.21
HSL314.87º52%55.88%-
HSV(B)314.87º58.21%78.82%-
XYZ34.721.7441.4-
YUV129.01152.26179.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=43.98%
G=18.38%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018417200.580.140.21314.875255.88
HexC954AC03AE1513b3438
Octal31112425407216254736470
Binary110010011010100101011000111010111010101100111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954AC; }

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

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

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

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

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

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

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

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