#C246AE

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

Shades of Fuchsia #C246AE

Tints of Fuchsia #C246AE

Color information

#C246AE (or 0xC246AE) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and AE. RGB value is (194,70,174). Sum of RGB (Red+Green+Blue) = 194+70+174=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AE is #3DB951. Grayscale: #767676. Windows color (decimal): -4045138 or 11421378. OLE color: 11421378.

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

Color convert

RGB19470174-
CMYK00.640.100.24
HSL309.68º50.41%51.76%-
HSV(B)309.68º63.92%76.08%-
XYZ32.0818.9142-
YUV118.93159.08181.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=44.29%
G=15.98%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947017400.640.100.24309.6850.4151.76
HexC246AE040A181363234
Octal302106256010012304666264
Binary1100001010001101010111001000000101011000100110110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246AE; }

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

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

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

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

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

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

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

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