#C93EAE

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

Shades of Fuchsia #C93EAE

Tints of Fuchsia #C93EAE

Color information

#C93EAE (or 0xC93EAE) is unknown color: approx Fuchsia. HEX triplet: C9, 3E and AE. RGB value is (201,62,174). Sum of RGB (Red+Green+Blue) = 201+62+174=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EAE is #36C151. Grayscale: #747474. Windows color (decimal): -3588434 or 11419337. OLE color: 11419337.

HSL color Cylindrical-coordinate representation of color #C93EAE: hue angle of 311.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EAE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB20162174-
CMYK00.690.130.21
HSL311.65º56.28%51.57%-
HSV(B)311.65º69.15%78.82%-
XYZ33.4518.9241.93-
YUV116.33160.55188.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=46.00%
G=14.19%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016217400.690.130.21311.6556.2851.57
HexC93EAE045D151383834
Octal31176256010515254707064
Binary110010011111101010111001000101110110101100111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93EAE; }

 p { color: rgb(201,62,174); }

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

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

 a { background-color: rgb(201,62,174); }

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

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

 span { border-color: rgb(201,62,174); }

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