#C056B7

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

Shades of Fuchsia #C056B7

Tints of Fuchsia #C056B7

Color information

#C056B7 (or 0xC056B7) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and B7. RGB value is (192,86,183). Sum of RGB (Red+Green+Blue) = 192+86+183=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B7 is #3FA948. Grayscale: #808080. Windows color (decimal): -4172105 or 12015296. OLE color: 12015296.

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

Color convert

RGB19286183-
CMYK00.550.050.25
HSL305.09º45.69%54.51%-
HSV(B)305.09º55.21%75.29%-
XYZ33.6121.2847.14-
YUV128.75158.62173.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=41.65%
G=18.66%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928618300.550.050.25305.0945.6954.51
HexC056B70375191312e37
Octal3001262670675314615667
Binary11000000101011010110111011011110111001100110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056B7; }

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

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

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

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

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

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

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

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