#C05EAC

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

Shades of Fuchsia #C05EAC

Tints of Fuchsia #C05EAC

Color information

#C05EAC (or 0xC05EAC) is unknown color: approx Fuchsia. HEX triplet: C0, 5E and AC. RGB value is (192,94,172). Sum of RGB (Red+Green+Blue) = 192+94+172=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EAC is #3FA153. Grayscale: #838383. Windows color (decimal): -4170068 or 11296448. OLE color: 11296448.

HSL color Cylindrical-coordinate representation of color #C05EAC: hue angle of 312.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EAC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19294172-
CMYK00.510.100.25
HSL312.24º43.75%56.08%-
HSV(B)312.24º51.04%75.29%-
XYZ33.1922.1941.56-
YUV132.19150.47170.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=41.92%
G=20.52%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929417200.510.100.25312.2443.7556.08
HexC05EAC033A191382c38
Octal30013625406312314705470
Binary110000001011110101011000110011101011001100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EAC; }

 p { color: rgb(192,94,172); }

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

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

 a { background-color: rgb(192,94,172); }

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

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

 span { border-color: rgb(192,94,172); }

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