#C058C6

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

Shades of Fuchsia #C058C6

Tints of Fuchsia #C058C6

Color information

#C058C6 (or 0xC058C6) is unknown color: approx Fuchsia. HEX triplet: C0, 58 and C6. RGB value is (192,88,198). Sum of RGB (Red+Green+Blue) = 192+88+198=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #C058C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058C6 is #3FA739. Grayscale: #838383. Windows color (decimal): -4171578 or 12998848. OLE color: 12998848.

HSL color Cylindrical-coordinate representation of color #C058C6: hue angle of 296.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C058C6 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19288198-
CMYK0.030.5600.22
HSL296.73º49.11%56.08%-
HSV(B)296.73º55.56%77.65%-
XYZ35.4222.2655.86-
YUV131.64165.46171.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=40.17%
G=18.41%
B=41.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192881980.030.5600.22296.7349.1156.08
HexC058C63380161293138
Octal3001303063700264516170
Binary1100000010110001100011011111000010110100101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C058C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C058C6; }

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

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

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

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

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

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

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

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