#C05FAC

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

Shades of Fuchsia #C05FAC

Tints of Fuchsia #C05FAC

Color information

#C05FAC (or 0xC05FAC) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and AC. RGB value is (192,95,172). Sum of RGB (Red+Green+Blue) = 192+95+172=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FAC is #3FA053. Grayscale: #848484. Windows color (decimal): -4169812 or 11296704. OLE color: 11296704.

HSL color Cylindrical-coordinate representation of color #C05FAC: hue angle of 312.37º degrees, saturation: 0.43, 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 #C05FAC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19295172-
CMYK00.510.100.25
HSL312.37º43.5%56.27%-
HSV(B)312.37º50.52%75.29%-
XYZ33.2822.3741.59-
YUV132.78150.14170.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=41.83%
G=20.70%
B=37.47%

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
Decimal1929517200.510.100.25312.3743.556.27
HexC05FAC033A191382b38
Octal30013725406312314705370
Binary110000001011111101011000110011101011001100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FAC; }

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

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

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

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

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

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

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

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