#C056C0

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

Shades of Fuchsia #C056C0

Tints of Fuchsia #C056C0

Color information

#C056C0 (or 0xC056C0) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and C0. RGB value is (192,86,192). Sum of RGB (Red+Green+Blue) = 192+86+192=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C056C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056C0 is #3FA93F. Grayscale: #818181. Windows color (decimal): -4172096 or 12605120. OLE color: 12605120.

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

Color convert

RGB19286192-
CMYK00.5500.25
HSL300º45.69%54.51%-
HSV(B)300º55.21%75.29%-
XYZ34.5821.6752.23-
YUV129.78163.12172.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=40.85%
G=18.30%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928619200.5500.2530045.6954.51
HexC056C003701912c2e37
Octal3001263000670314545667
Binary110000001010110110000000110111011001100101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056C0; }

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

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

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

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

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

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

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

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