#C056AD

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

Shades of Fuchsia #C056AD

Tints of Fuchsia #C056AD

Color information

#C056AD (or 0xC056AD) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and AD. RGB value is (192,86,173). Sum of RGB (Red+Green+Blue) = 192+86+173=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C056AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056AD is #3FA952. Grayscale: #7F7F7F. Windows color (decimal): -4172115 or 11359936. OLE color: 11359936.

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

Color convert

RGB19286173-
CMYK00.550.100.25
HSL310.75º45.69%54.51%-
HSV(B)310.75º55.21%75.29%-
XYZ32.6120.8841.85-
YUV127.61153.62173.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=42.57%
G=19.07%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928617300.550.100.25310.7545.6954.51
HexC056AD037A191372e37
Octal30012625506712314675667
Binary110000001010110101011010110111101011001100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056AD; }

 p { color: rgb(192,86,173); }

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

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

 a { background-color: rgb(192,86,173); }

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

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

 span { border-color: rgb(192,86,173); }

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