#C941C9

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

Shades of Fuchsia #C941C9

Tints of Fuchsia #C941C9

Color information

#C941C9 (or 0xC941C9) is unknown color: approx Fuchsia. HEX triplet: C9, 41 and C9. RGB value is (201,65,201). Sum of RGB (Red+Green+Blue) = 201+65+201=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C941C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941C9 is #36BE36. Grayscale: #787878. Windows color (decimal): -3587639 or 13189577. OLE color: 13189577.

HSL color Cylindrical-coordinate representation of color #C941C9: hue angle of 300º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941C9 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20165201-
CMYK00.6800.21
HSL300º55.74%52.16%-
HSV(B)300º67.66%78.82%-
XYZ36.5220.4257.27-
YUV121.17173.06184.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=43.04%
G=13.92%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016520100.6800.2130055.7452.16
HexC941C904401512c3834
Octal31110131101040254547064
Binary1100100110000011100100101000100010101100101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941C9; }

 p { color: rgb(201,65,201); }

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

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

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

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

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

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

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