#C235BA

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

Shades of Fuchsia #C235BA

Tints of Fuchsia #C235BA

Color information

#C235BA (or 0xC235BA) is unknown color: approx Fuchsia. HEX triplet: C2, 35 and BA. RGB value is (194,53,186). Sum of RGB (Red+Green+Blue) = 194+53+186=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BA is #3DCA45. Grayscale: #6D6D6D. Windows color (decimal): -4049478 or 12203458. OLE color: 12203458.

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

Color convert

RGB19453186-
CMYK00.730.040.24
HSL303.4º57.09%48.43%-
HSV(B)303.4º72.68%76.08%-
XYZ32.3817.5648.14-
YUV110.32170.71187.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=44.80%
G=12.24%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945318600.730.040.24303.457.0948.43
HexC235BA04941812f3930
Octal3026527201114304577160
Binary11000010110101101110100100100110011000100101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235BA; }

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

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

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

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

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

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

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

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