#C94EA9

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

Shades of Fuchsia #C94EA9

Tints of Fuchsia #C94EA9

Color information

#C94EA9 (or 0xC94EA9) is unknown color: approx Fuchsia. HEX triplet: C9, 4E and A9. RGB value is (201,78,169). Sum of RGB (Red+Green+Blue) = 201+78+169=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EA9 is #36B156. Grayscale: #7C7C7C. Windows color (decimal): -3584343 or 11095753. OLE color: 11095753.

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

Color convert

RGB20178169-
CMYK00.610.160.21
HSL315.61º53.25%54.71%-
HSV(B)315.61º61.19%78.82%-
XYZ33.9720.7339.75-
YUV125.15152.75182.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 169 (66.41% from 255) = 37.72%
R=44.87%
G=17.41%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017816900.610.160.21315.6153.2554.71
HexC94EA903D101513c3537
Octal31111625107520254746567
Binary1100100110011101010100101111011000010101100111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94EA9; }

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

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

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

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

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

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

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

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