#C246B7

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

Shades of Fuchsia #C246B7

Tints of Fuchsia #C246B7

Color information

#C246B7 (or 0xC246B7) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and B7. RGB value is (194,70,183). Sum of RGB (Red+Green+Blue) = 194+70+183=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B7 is #3DB948. Grayscale: #777777. Windows color (decimal): -4045129 or 12011202. OLE color: 12011202.

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

Color convert

RGB19470183-
CMYK00.640.060.24
HSL305.32º50.41%51.76%-
HSV(B)305.32º63.92%76.08%-
XYZ32.9919.2746.78-
YUV119.96163.58180.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=43.40%
G=15.66%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947018300.640.060.24305.3250.4151.76
HexC246B70406181313234
Octal30210626701006304616264
Binary110000101000110101101110100000011011000100110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246B7; }

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

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

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

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

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

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

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

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