#C954A9

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

Shades of Fuchsia #C954A9

Tints of Fuchsia #C954A9

Color information

#C954A9 (or 0xC954A9) is unknown color: approx Fuchsia. HEX triplet: C9, 54 and A9. RGB value is (201,84,169). Sum of RGB (Red+Green+Blue) = 201+84+169=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A9 is #36AB56. Grayscale: #808080. Windows color (decimal): -3582807 or 11097289. OLE color: 11097289.

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

Color convert

RGB20184169-
CMYK00.580.160.21
HSL316.41º52%55.88%-
HSV(B)316.41º58.21%78.82%-
XYZ34.4221.6239.9-
YUV128.67150.76179.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=44.27%
G=18.50%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018416900.580.160.21316.415255.88
HexC954A903A101513c3438
Octal31112425107220254746470
Binary1100100110101001010100101110101000010101100111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954A9; }

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

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

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

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

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

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

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

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