#C237B2

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

Shades of Fuchsia #C237B2

Tints of Fuchsia #C237B2

Color information

#C237B2 (or 0xC237B2) is unknown color: approx Fuchsia. HEX triplet: C2, 37 and B2. RGB value is (194,55,178). Sum of RGB (Red+Green+Blue) = 194+55+178=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C237B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C237B2 is #3DC84D. Grayscale: #6E6E6E. Windows color (decimal): -4048974 or 11679682. OLE color: 11679682.

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

Color convert

RGB19455178-
CMYK00.720.080.24
HSL306.91º55.82%48.82%-
HSV(B)306.91º71.65%76.08%-
XYZ31.6517.4243.81-
YUV110.58166.05187.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 55 (21.88% from 255) = 12.88%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=45.43%
G=12.88%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945517800.720.080.24306.9155.8248.82
HexC237B20488181333831
Octal30267262011010304637061
Binary110000101101111011001001001000100011000100110011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C237B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C237B2; }

 p { color: rgb(194,55,178); }

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

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

 a { background-color: rgb(194,55,178); }

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

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

 span { border-color: rgb(194,55,178); }

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