#C941C5

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

Shades of Fuchsia #C941C5

Tints of Fuchsia #C941C5

Color information

#C941C5 (or 0xC941C5) is unknown color: approx Fuchsia. HEX triplet: C9, 41 and C5. RGB value is (201,65,197). Sum of RGB (Red+Green+Blue) = 201+65+197=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C941C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941C5 is #36BE3A. Grayscale: #787878. Windows color (decimal): -3587643 or 12927433. OLE color: 12927433.

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

Color convert

RGB20165197-
CMYK00.680.020.21
HSL301.76º55.74%52.16%-
HSV(B)301.76º67.66%78.82%-
XYZ36.0620.2354.83-
YUV120.71171.06185.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 197 (77.34% from 255) = 42.55%
R=43.41%
G=14.04%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016519700.680.020.21301.7655.7452.16
HexC941C504421512e3834
Octal31110130501042254567064
Binary11001001100000111000101010001001010101100101110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941C5; }

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

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

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

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

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

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

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

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