#c046af

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

Shades of Fuchsia #C046AF

Tints of Fuchsia #C046AF

Color information

#C046AF (or 0xC046AF) is unknown color: approx Fuchsia. HEX triplet: C0, 46 and AF. RGB value is (192,70,175). Sum of RGB (Red+Green+Blue) = 192+70+175=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C046AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046AF is #3FB950. Grayscale: #767676. Windows color (decimal): -4176209 or 11486912. OLE color: 11486912.

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

Color convert

RGB19270175-
CMYK00.640.090.25
HSL308.36º49.19%51.37%-
HSV(B)308.36º63.54%75.29%-
XYZ31.6718.6842.49-
YUV118.45159.92180.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=43.94%
G=16.02%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927017500.640.090.25308.3649.1951.37
HexC046AF0409191343133
Octal300106257010011314646163
Binary1100000010001101010111101000000100111001100110100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c046af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c046af; }

 p { color: rgb(192,70,175); }

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

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

 a { background-color: rgb(192,70,175); }

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

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

 span { border-color: rgb(192,70,175); }

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