#C056C4

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

Shades of Fuchsia #C056C4

Tints of Fuchsia #C056C4

Color information

#C056C4 (or 0xC056C4) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and C4. RGB value is (192,86,196). Sum of RGB (Red+Green+Blue) = 192+86+196=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #C056C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056C4 is #3FA93B. Grayscale: #818181. Windows color (decimal): -4172092 or 12867264. OLE color: 12867264.

HSL color Cylindrical-coordinate representation of color #C056C4: hue angle of 297.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C056C4 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19286196-
CMYK0.020.5600.23
HSL297.82º48.25%55.29%-
HSV(B)297.82º56.12%76.86%-
XYZ35.0321.8554.6-
YUV130.23165.12172.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=40.51%
G=18.14%
B=41.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192861960.020.5600.23297.8248.2555.29
HexC056C423801712a3037
Octal3001263042700274526067
Binary1100000010101101100010010111000010111100101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056C4; }

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

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

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

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

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

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

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

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