#C94FBF

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

Shades of Fuchsia #C94FBF

Tints of Fuchsia #C94FBF

Color information

#C94FBF (or 0xC94FBF) is unknown color: approx Fuchsia. HEX triplet: C9, 4F and BF. RGB value is (201,79,191). Sum of RGB (Red+Green+Blue) = 201+79+191=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FBF is #36B040. Grayscale: #7F7F7F. Windows color (decimal): -3584065 or 12537801. OLE color: 12537801.

HSL color Cylindrical-coordinate representation of color #C94FBF: hue angle of 304.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94FBF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20179191-
CMYK00.610.050.21
HSL304.92º53.04%54.9%-
HSV(B)304.92º60.7%78.82%-
XYZ36.2921.7751.58-
YUV128.25163.42179.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 191 (75% from 255) = 40.55%
R=42.68%
G=16.77%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017919100.610.050.21304.9253.0454.9
HexC94FBF03D5151313537
Octal3111172770755254616567
Binary11001001100111110111111011110110110101100110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FBF; }

 p { color: rgb(201,79,191); }

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

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

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

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

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

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

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