#C954C5

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

Shades of Fuchsia #C954C5

Tints of Fuchsia #C954C5

Color information

#C954C5 (or 0xC954C5) is unknown color: approx Fuchsia. HEX triplet: C9, 54 and C5. RGB value is (201,84,197). Sum of RGB (Red+Green+Blue) = 201+84+197=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C954C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C5 is #36AB3A. Grayscale: #838383. Windows color (decimal): -3582779 or 12932297. OLE color: 12932297.

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

Color convert

RGB20184197-
CMYK00.580.020.21
HSL302.05º52%55.88%-
HSV(B)302.05º58.21%78.82%-
XYZ37.3422.7955.25-
YUV131.86164.76177.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=41.70%
G=17.43%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018419700.580.020.21302.055255.88
HexC954C503A21512e3438
Octal3111243050722254566470
Binary1100100110101001100010101110101010101100101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954C5; }

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

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

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

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

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

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

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

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