#C058BD

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

Shades of Fuchsia #C058BD

Tints of Fuchsia #C058BD

Color information

#C058BD (or 0xC058BD) is unknown color: approx Fuchsia. HEX triplet: C0, 58 and BD. RGB value is (192,88,189). Sum of RGB (Red+Green+Blue) = 192+88+189=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C058BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058BD is #3FA742. Grayscale: #828282. Windows color (decimal): -4171587 or 12409024. OLE color: 12409024.

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

Color convert

RGB19288189-
CMYK00.540.020.25
HSL301.73º45.22%54.9%-
HSV(B)301.73º54.17%75.29%-
XYZ34.4121.8650.55-
YUV130.61160.96171.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=40.94%
G=18.76%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928818900.540.020.25301.7345.2254.9
HexC058BD03621912e2d37
Octal3001302750662314565567
Binary1100000010110001011110101101101011001100101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C058BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C058BD; }

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

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

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

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

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

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

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

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