#C040AC

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

Shades of Fuchsia #C040AC

Tints of Fuchsia #C040AC

Color information

#C040AC (or 0xC040AC) is unknown color: approx Fuchsia. HEX triplet: C0, 40 and AC. RGB value is (192,64,172). Sum of RGB (Red+Green+Blue) = 192+64+172=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AC is #3FBF53. Grayscale: #727272. Windows color (decimal): -4177748 or 11288768. OLE color: 11288768.

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

Color convert

RGB19264172-
CMYK00.670.100.25
HSL309.38º50.39%50.2%-
HSV(B)309.38º66.67%75.29%-
XYZ31.0217.8540.84-
YUV114.58160.41183.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=44.86%
G=14.95%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926417200.670.100.25309.3850.3950.2
HexC040AC043A191353232
Octal300100254010312314656262
Binary1100000010000001010110001000011101011001100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040AC; }

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

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

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

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

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

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

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

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