#C954CE

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

Shades of Fuchsia #C954CE

Tints of Fuchsia #C954CE

Color information

#C954CE (or 0xC954CE) is unknown color: approx Fuchsia. HEX triplet: C9, 54 and CE. RGB value is (201,84,206). Sum of RGB (Red+Green+Blue) = 201+84+206=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C954CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954CE is #36AB31. Grayscale: #848484. Windows color (decimal): -3582770 or 13522121. OLE color: 13522121.

HSL color Cylindrical-coordinate representation of color #C954CE: hue angle of 297.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C954CE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20184206-
CMYK0.020.5900.19
HSL297.54º55.45%56.86%-
HSV(B)297.54º59.22%80.78%-
XYZ38.423.2160.85-
YUV132.89169.26176.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=40.94%
G=17.11%
B=41.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201842060.020.5900.19297.5455.4556.86
HexC954CE23B01312a3739
Octal3111243162730234526771
Binary1100100110101001100111010111011010011100101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954CE; }

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

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

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

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

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

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

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

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