#C235AC

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

Shades of Fuchsia #C235AC

Tints of Fuchsia #C235AC

Color information

#C235AC (or 0xC235AC) is unknown color: approx Fuchsia. HEX triplet: C2, 35 and AC. RGB value is (194,53,172). Sum of RGB (Red+Green+Blue) = 194+53+172=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C235AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235AC is #3DCA53. Grayscale: #6C6C6C. Windows color (decimal): -4049492 or 11285954. OLE color: 11285954.

HSL color Cylindrical-coordinate representation of color #C235AC: hue angle of 309.36º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C235AC is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19453172-
CMYK00.730.110.24
HSL309.36º57.09%48.43%-
HSV(B)309.36º72.68%76.08%-
XYZ30.9716.9940.68-
YUV108.72163.71188.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=46.30%
G=12.65%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945317200.730.110.24309.3657.0948.43
HexC235AC049B181353930
Octal30265254011113304657160
Binary110000101101011010110001001001101111000100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235AC; }

 p { color: rgb(194,53,172); }

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

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

 a { background-color: rgb(194,53,172); }

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

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

 span { border-color: rgb(194,53,172); }

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