#C94EBE

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

Shades of Fuchsia #C94EBE

Tints of Fuchsia #C94EBE

Color information

#C94EBE (or 0xC94EBE) is unknown color: approx Fuchsia. HEX triplet: C9, 4E and BE. RGB value is (201,78,190). Sum of RGB (Red+Green+Blue) = 201+78+190=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EBE is #36B141. Grayscale: #7F7F7F. Windows color (decimal): -3584322 or 12472009. OLE color: 12472009.

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

Color convert

RGB20178190-
CMYK00.610.050.21
HSL305.37º53.25%54.71%-
HSV(B)305.37º61.19%78.82%-
XYZ36.1121.5850.98-
YUV127.54163.25180.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=42.86%
G=16.63%
B=40.51%

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
Decimal2017819000.610.050.21305.3753.2554.71
HexC94EBE03D5151313537
Octal3111162760755254616567
Binary11001001100111010111110011110110110101100110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94EBE; }

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

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

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

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

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

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

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

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