#C236BA

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

Shades of Fuchsia #C236BA

Tints of Fuchsia #C236BA

Color information

#C236BA (or 0xC236BA) is unknown color: approx Fuchsia. HEX triplet: C2, 36 and BA. RGB value is (194,54,186). Sum of RGB (Red+Green+Blue) = 194+54+186=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C236BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236BA is #3DC945. Grayscale: #6E6E6E. Windows color (decimal): -4049222 or 12203714. OLE color: 12203714.

HSL color Cylindrical-coordinate representation of color #C236BA: hue angle of 303.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C236BA is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19454186-
CMYK00.720.040.24
HSL303.43º56.45%48.63%-
HSV(B)303.43º72.16%76.08%-
XYZ32.4317.6548.15-
YUV110.91170.38187.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=44.70%
G=12.44%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945418600.720.040.24303.4356.4548.63
HexC236BA04841812f3831
Octal3026627201104304577061
Binary11000010110110101110100100100010011000100101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236BA; }

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

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

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

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

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

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

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

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