#C058A7

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

Shades of Fuchsia #C058A7

Tints of Fuchsia #C058A7

Color information

#C058A7 (or 0xC058A7) is unknown color: approx Fuchsia. HEX triplet: C0, 58 and A7. RGB value is (192,88,167). Sum of RGB (Red+Green+Blue) = 192+88+167=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C058A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058A7 is #3FA758. Grayscale: #7F7F7F. Windows color (decimal): -4171609 or 10967232. OLE color: 10967232.

HSL color Cylindrical-coordinate representation of color #C058A7: hue angle of 314.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C058A7 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19288167-
CMYK00.540.130.25
HSL314.42º45.22%54.9%-
HSV(B)314.42º54.17%75.29%-
XYZ32.220.9838.91-
YUV128.1149.96173.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=42.95%
G=19.69%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928816700.540.130.25314.4245.2254.9
HexC058A7036D1913a2d37
Octal30013024706615314725567
Binary110000001011000101001110110110110111001100111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C058A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C058A7; }

 p { color: rgb(192,88,167); }

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

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

 a { background-color: rgb(192,88,167); }

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

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

 span { border-color: rgb(192,88,167); }

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