#C941CE

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

Shades of Fuchsia #C941CE

Tints of Fuchsia #C941CE

Color information

#C941CE (or 0xC941CE) is unknown color: approx Fuchsia. HEX triplet: C9, 41 and CE. RGB value is (201,65,206). Sum of RGB (Red+Green+Blue) = 201+65+206=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C941CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941CE is #36BE31. Grayscale: #797979. Windows color (decimal): -3587634 or 13517257. OLE color: 13517257.

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

Color convert

RGB20165206-
CMYK0.020.6800.19
HSL297.87º59%53.14%-
HSV(B)297.87º68.45%80.78%-
XYZ37.1220.6560.42-
YUV121.74175.56184.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 65 (25.78% from 255) = 13.77%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=42.58%
G=13.77%
B=43.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201652060.020.6800.19297.875953.14
HexC941CE24401312a3b35
Octal31110131621040234527365
Binary11001001100000111001110101000100010011100101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941CE; }

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

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

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

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

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

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

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

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