#C039AA

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

Shades of Fuchsia #C039AA

Tints of Fuchsia #C039AA

Color information

#C039AA (or 0xC039AA) is unknown color: approx Fuchsia. HEX triplet: C0, 39 and AA. RGB value is (192,57,170). Sum of RGB (Red+Green+Blue) = 192+57+170=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C039AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C039AA is #3FC655. Grayscale: #6D6D6D. Windows color (decimal): -4179542 or 11155904. OLE color: 11155904.

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

Color convert

RGB19257170-
CMYK00.700.110.25
HSL309.78º54.22%48.82%-
HSV(B)309.78º70.31%75.29%-
XYZ30.4617.0439.71-
YUV110.25161.73186.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=45.82%
G=13.60%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925717000.700.110.25309.7854.2248.82
HexC039AA046B191363631
Octal30071252010613314666661
Binary110000001110011010101001000110101111001100110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C039AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C039AA; }

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

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

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

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

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

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

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

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