#C056B3

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

Shades of Fuchsia #C056B3

Tints of Fuchsia #C056B3

Color information

#C056B3 (or 0xC056B3) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and B3. RGB value is (192,86,179). Sum of RGB (Red+Green+Blue) = 192+86+179=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B3 is #3FA94C. Grayscale: #808080. Windows color (decimal): -4172109 or 11753152. OLE color: 11753152.

HSL color Cylindrical-coordinate representation of color #C056B3: hue angle of 307.36º 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 #C056B3 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19286179-
CMYK00.550.070.25
HSL307.36º45.69%54.51%-
HSV(B)307.36º55.21%75.29%-
XYZ33.221.1244.97-
YUV128.3156.62173.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=42.01%
G=18.82%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928617900.550.070.25307.3645.6954.51
HexC056B30377191332e37
Octal3001262630677314635667
Binary11000000101011010110011011011111111001100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056B3; }

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

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

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

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

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

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

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

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