#C243BA

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

Shades of Fuchsia #C243BA

Tints of Fuchsia #C243BA

Color information

#C243BA (or 0xC243BA) is unknown color: approx Fuchsia. HEX triplet: C2, 43 and BA. RGB value is (194,67,186). Sum of RGB (Red+Green+Blue) = 194+67+186=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C243BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243BA is #3DBC45. Grayscale: #767676. Windows color (decimal): -4045894 or 12207042. OLE color: 12207042.

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

Color convert

RGB19467186-
CMYK00.650.040.24
HSL303.78º51%51.18%-
HSV(B)303.78º65.46%76.08%-
XYZ33.1219.0348.38-
YUV118.54166.08181.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=43.40%
G=14.99%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946718600.650.040.24303.785151.18
HexC243BA0414181303333
Octal30210327201014304606363
Binary110000101000011101110100100000110011000100110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C243BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C243BA; }

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

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

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

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

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

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

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

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