#C057C0

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

Shades of Fuchsia #C057C0

Tints of Fuchsia #C057C0

Color information

#C057C0 (or 0xC057C0) is unknown color: approx Fuchsia. HEX triplet: C0, 57 and C0. RGB value is (192,87,192). Sum of RGB (Red+Green+Blue) = 192+87+192=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C057C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057C0 is #3FA83F. Grayscale: #828282. Windows color (decimal): -4171840 or 12605376. OLE color: 12605376.

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

Color convert

RGB19287192-
CMYK00.5500.25
HSL300º45.45%54.71%-
HSV(B)300º54.69%75.29%-
XYZ34.6621.8352.26-
YUV130.36162.79171.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=40.76%
G=18.47%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928719200.5500.2530045.4554.71
HexC057C003701912c2d37
Octal3001273000670314545567
Binary110000001010111110000000110111011001100101100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057C0; }

 p { color: rgb(192,87,192); }

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

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

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

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

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

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

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