#C337BA

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

Shades of Fuchsia #C337BA

Tints of Fuchsia #C337BA

Color information

#C337BA (or 0xC337BA) is unknown color: approx Fuchsia. HEX triplet: C3, 37 and BA. RGB value is (195,55,186). Sum of RGB (Red+Green+Blue) = 195+55+186=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C337BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337BA is #3CC845. Grayscale: #6F6F6F. Windows color (decimal): -3983430 or 12203971. OLE color: 12203971.

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

Color convert

RGB19555186-
CMYK00.720.050.24
HSL303.86º56%49.02%-
HSV(B)303.86º71.79%76.47%-
XYZ32.7317.8848.18-
YUV111.79169.88187.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 55 (21.88% from 255) = 12.61%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=44.72%
G=12.61%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955518600.720.050.24303.865649.02
HexC337BA0485181303831
Octal3036727201105304607061
Binary11000011110111101110100100100010111000100110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C337BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C337BA; }

 p { color: rgb(195,55,186); }

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

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

 a { background-color: rgb(195,55,186); }

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

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

 span { border-color: rgb(195,55,186); }

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