#C039BE

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

Shades of Fuchsia #C039BE

Tints of Fuchsia #C039BE

Color information

#C039BE (or 0xC039BE) is unknown color: approx Fuchsia. HEX triplet: C0, 39 and BE. RGB value is (192,57,190). Sum of RGB (Red+Green+Blue) = 192+57+190=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C039BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039BE is #3FC641. Grayscale: #707070. Windows color (decimal): -4179522 or 12466624. OLE color: 12466624.

HSL color Cylindrical-coordinate representation of color #C039BE: hue angle of 300.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C039BE is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19257190-
CMYK00.700.010.25
HSL300.89º54.22%48.82%-
HSV(B)300.89º70.31%75.29%-
XYZ32.517.8550.45-
YUV112.53171.73184.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=43.74%
G=12.98%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925719000.700.010.25300.8954.2248.82
HexC039BE04611912d3631
Octal3007127601061314556661
Binary110000001110011011111001000110111001100101101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C039BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C039BE; }

 p { color: rgb(192,57,190); }

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

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

 a { background-color: rgb(192,57,190); }

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

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

 span { border-color: rgb(192,57,190); }

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