#C056B4

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

Shades of Fuchsia #C056B4

Tints of Fuchsia #C056B4

Color information

#C056B4 (or 0xC056B4) is unknown color: approx Fuchsia. HEX triplet: C0, 56 and B4. RGB value is (192,86,180). Sum of RGB (Red+Green+Blue) = 192+86+180=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B4 is #3FA94B. Grayscale: #808080. Windows color (decimal): -4172108 or 11818688. OLE color: 11818688.

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

Color convert

RGB19286180-
CMYK00.550.060.25
HSL306.79º45.69%54.51%-
HSV(B)306.79º55.21%75.29%-
XYZ33.321.1645.51-
YUV128.41157.12173.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=41.92%
G=18.78%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928618000.550.060.25306.7945.6954.51
HexC056B40376191332e37
Octal3001262640676314635667
Binary11000000101011010110100011011111011001100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056B4; }

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

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

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

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

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

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

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

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