#C246B1

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

Shades of Fuchsia #C246B1

Tints of Fuchsia #C246B1

Color information

#C246B1 (or 0xC246B1) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and B1. RGB value is (194,70,177). Sum of RGB (Red+Green+Blue) = 194+70+177=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246B1 is #3DB94E. Grayscale: #767676. Windows color (decimal): -4045135 or 11617986. OLE color: 11617986.

HSL color Cylindrical-coordinate representation of color #C246B1: hue angle of 308.23º 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 #C246B1 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19470177-
CMYK00.640.090.24
HSL308.23º50.41%51.76%-
HSV(B)308.23º63.92%76.08%-
XYZ32.3719.0243.56-
YUV119.27160.58181.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=43.99%
G=15.87%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947017700.640.090.24308.2350.4151.76
HexC246B10409181343234
Octal302106261010011304646264
Binary1100001010001101011000101000000100111000100110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246B1; }

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

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

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

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

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

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

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

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