#C058CB

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

Shades of Fuchsia #C058CB

Tints of Fuchsia #C058CB

Color information

#C058CB (or 0xC058CB) is unknown color: approx Fuchsia. HEX triplet: C0, 58 and CB. RGB value is (192,88,203). Sum of RGB (Red+Green+Blue) = 192+88+203=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C058CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CB is #3FA734. Grayscale: #838383. Windows color (decimal): -4171573 or 13326528. OLE color: 13326528.

HSL color Cylindrical-coordinate representation of color #C058CB: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C058CB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19288203-
CMYK0.050.5700.20
HSL294.26º52.51%57.06%-
HSV(B)294.26º56.65%79.61%-
XYZ36.0122.558.94-
YUV132.21167.96170.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 88 (34.77% from 255) = 18.22%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=39.75%
G=18.22%
B=42.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192882030.050.5700.20294.2652.5157.06
HexC058CB5390141263539
Octal3001303135710244466571
Binary11000000101100011001011101111001010100100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C058CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C058CB; }

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

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

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

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

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

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

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

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