#C94FBE

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

Shades of Fuchsia #C94FBE

Tints of Fuchsia #C94FBE

Color information

#C94FBE (or 0xC94FBE) is unknown color: approx Fuchsia. HEX triplet: C9, 4F and BE. RGB value is (201,79,190). Sum of RGB (Red+Green+Blue) = 201+79+190=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FBE is #36B041. Grayscale: #7F7F7F. Windows color (decimal): -3584066 or 12472265. OLE color: 12472265.

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

Color convert

RGB20179190-
CMYK00.610.050.21
HSL305.41º53.04%54.9%-
HSV(B)305.41º60.7%78.82%-
XYZ36.1821.7351-
YUV128.13162.92179.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 79 (31.25% from 255) = 16.81%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=42.77%
G=16.81%
B=40.43%

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
Decimal2017919000.610.050.21305.4153.0454.9
HexC94FBE03D5151313537
Octal3111172760755254616567
Binary11001001100111110111110011110110110101100110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FBE; }

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

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

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

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

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

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

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

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