#C256B8

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

Shades of Fuchsia #C256B8

Tints of Fuchsia #C256B8

Color information

#C256B8 (or 0xC256B8) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and B8. RGB value is (194,86,184). Sum of RGB (Red+Green+Blue) = 194+86+184=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C256B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256B8 is #3DA947. Grayscale: #818181. Windows color (decimal): -4041032 or 12080834. OLE color: 12080834.

HSL color Cylindrical-coordinate representation of color #C256B8: hue angle of 305.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C256B8 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19486184-
CMYK00.560.050.24
HSL305.56º46.96%54.9%-
HSV(B)305.56º55.67%76.08%-
XYZ34.2321.5947.71-
YUV129.46158.78174.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=41.81%
G=18.53%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948618400.560.050.24305.5646.9654.9
HexC256B80385181322f37
Octal3021262700705304625767
Binary11000010101011010111000011100010111000100110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256B8; }

 p { color: rgb(194,86,184); }

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

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

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

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

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

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

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