#C247B8

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

Shades of Fuchsia #C247B8

Tints of Fuchsia #C247B8

Color information

#C247B8 (or 0xC247B8) is unknown color: approx Fuchsia. HEX triplet: C2, 47 and B8. RGB value is (194,71,184). Sum of RGB (Red+Green+Blue) = 194+71+184=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B8 is #3DB847. Grayscale: #787878. Windows color (decimal): -4044872 or 12076994. OLE color: 12076994.

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

Color convert

RGB19471184-
CMYK00.630.050.24
HSL304.88º50.2%51.96%-
HSV(B)304.88º63.4%76.08%-
XYZ33.1519.4447.35-
YUV120.66163.75180.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=43.21%
G=15.81%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947118400.630.050.24304.8850.251.96
HexC247B803F5181313234
Octal3021072700775304616264
Binary11000010100011110111000011111110111000100110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C247B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C247B8; }

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

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

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

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

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

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

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

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