#C053B6

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

Shades of Fuchsia #C053B6

Tints of Fuchsia #C053B6

Color information

#C053B6 (or 0xC053B6) is unknown color: approx Fuchsia. HEX triplet: C0, 53 and B6. RGB value is (192,83,182). Sum of RGB (Red+Green+Blue) = 192+83+182=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B6 is #3FAC49. Grayscale: #7E7E7E. Windows color (decimal): -4172874 or 11948992. OLE color: 11948992.

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

Color convert

RGB19283182-
CMYK00.570.050.25
HSL305.5º46.38%53.92%-
HSV(B)305.5º56.77%75.29%-
XYZ33.2720.7746.51-
YUV126.88159.11174.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=42.01%
G=18.16%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928318200.570.050.25305.546.3853.92
HexC053B60395191322e36
Octal3001232660715314625666
Binary11000000101001110110110011100110111001100110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053B6; }

 p { color: rgb(192,83,182); }

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

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

 a { background-color: rgb(192,83,182); }

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

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

 span { border-color: rgb(192,83,182); }

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