#C049A8

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

Shades of Fuchsia #C049A8

Tints of Fuchsia #C049A8

Color information

#C049A8 (or 0xC049A8) is unknown color: approx Fuchsia. HEX triplet: C0, 49 and A8. RGB value is (192,73,168). Sum of RGB (Red+Green+Blue) = 192+73+168=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A8 is #3FB657. Grayscale: #777777. Windows color (decimal): -4175448 or 11028928. OLE color: 11028928.

HSL color Cylindrical-coordinate representation of color #C049A8: hue angle of 312.1º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049A8 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19273168-
CMYK00.620.120.25
HSL312.1º48.57%51.96%-
HSV(B)312.1º61.98%75.29%-
XYZ31.1918.839.03-
YUV119.41155.42179.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 73 (28.91% from 255) = 16.86%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=44.34%
G=16.86%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927316800.620.120.25312.148.5751.96
HexC049A803EC191383134
Octal30011125007614314706164
Binary110000001001001101010000111110110011001100111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049A8; }

 p { color: rgb(192,73,168); }

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

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

 a { background-color: rgb(192,73,168); }

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

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

 span { border-color: rgb(192,73,168); }

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