#C246B8

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

Shades of Fuchsia #C246B8

Tints of Fuchsia #C246B8

Color information

#C246B8 (or 0xC246B8) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and B8. RGB value is (194,70,184). Sum of RGB (Red+Green+Blue) = 194+70+184=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B8 is #3DB947. Grayscale: #777777. Windows color (decimal): -4045128 or 12076738. OLE color: 12076738.

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

Color convert

RGB19470184-
CMYK00.640.050.24
HSL304.84º50.41%51.76%-
HSV(B)304.84º63.92%76.08%-
XYZ33.0919.3147.33-
YUV120.07164.08180.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=43.30%
G=15.62%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947018400.640.050.24304.8450.4151.76
HexC246B80405181313234
Octal30210627001005304616264
Binary110000101000110101110000100000010111000100110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246B8; }

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

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

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

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

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

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

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

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