#C053B4

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

Shades of Fuchsia #C053B4

Tints of Fuchsia #C053B4

Color information

#C053B4 (or 0xC053B4) is unknown color: approx Fuchsia. HEX triplet: C0, 53 and B4. RGB value is (192,83,180). Sum of RGB (Red+Green+Blue) = 192+83+180=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B4 is #3FAC4B. Grayscale: #7E7E7E. Windows color (decimal): -4172876 or 11817920. OLE color: 11817920.

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

Color convert

RGB19283180-
CMYK00.570.060.25
HSL306.61º46.38%53.92%-
HSV(B)306.61º56.77%75.29%-
XYZ33.0720.6945.43-
YUV126.65158.11174.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 83 (32.81% from 255) = 18.24%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=42.20%
G=18.24%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928318000.570.060.25306.6146.3853.92
HexC053B40396191332e36
Octal3001232640716314635666
Binary11000000101001110110100011100111011001100110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053B4; }

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

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

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

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

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

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

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

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