#C039B5

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

Shades of Fuchsia #C039B5

Tints of Fuchsia #C039B5

Color information

#C039B5 (or 0xC039B5) is unknown color: approx Fuchsia. HEX triplet: C0, 39 and B5. RGB value is (192,57,181). Sum of RGB (Red+Green+Blue) = 192+57+181=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C039B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039B5 is #3FC64A. Grayscale: #6F6F6F. Windows color (decimal): -4179531 or 11876800. OLE color: 11876800.

HSL color Cylindrical-coordinate representation of color #C039B5: hue angle of 304.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 #C039B5 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19257181-
CMYK00.700.060.25
HSL304.89º54.22%48.82%-
HSV(B)304.89º70.31%75.29%-
XYZ31.5417.4745.43-
YUV111.5167.23185.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=44.65%
G=13.26%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925718100.700.060.25304.8954.2248.82
HexC039B50466191313631
Octal3007126501066314616661
Binary11000000111001101101010100011011011001100110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C039B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C039B5; }

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

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

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

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

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

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

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

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